Skip to content
  1. Oct 24, 2007
  2. Oct 17, 2007
    • Hartmut Kaiser's avatar
      Updated VC++ build system. · 7078da8e
      Hartmut Kaiser authored
      Silenced some VC++ warnings.
      Had to rephrase a partial specialization of the IntrospectionTrait struct in SerializationTest.cpp, please review.
      Added a compiler specific workaround in IdentifierTable.h. Is that the way to fix this kind of issues?
      
      llvm-svn: 43074
      7078da8e
    • Anders Carlsson's avatar
      Fix the build. · 86edafc6
      Anders Carlsson authored
      llvm-svn: 43057
      86edafc6
    • Ted Kremenek's avatar
      Started work on clang object serialization. Experimental · 4e816133
      Ted Kremenek authored
      serialization logic as well as driver code is now in
      Driver/SerializationTest.cpp.  The status of this code is that it
      should be used by no clients.
      
      Added --test-pickling option to driver to run the serialization code.
      
      Modified IdentifierInfo and IdentifierTable to have friend classes
      that permit object serialization.  Such friendship may not be needed
      in the final design.
      
      llvm-svn: 43052
      4e816133
Loading