clang-1/include/clang
Ted Kremenek bfa82c4c23 Started work on clang object serialization. Experimental
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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43052 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-16 23:37:27 +00:00
..
AST Fix location processing of @selector: the range should include the @ sign. 2007-10-16 23:21:02 +00:00
Analysis Remove addition of protocol names to declaration scopes, use a separate 2007-10-09 18:03:53 +00:00
Basic Started work on clang object serialization. Experimental 2007-10-16 23:37:27 +00:00
CodeGen implement support for basic codegen of global variables with no initializers. 2007-07-13 05:13:43 +00:00
Lex Add support for Pascal strings. 2007-10-15 02:50:23 +00:00
Parse Fix location processing of @selector: the range should include the @ sign. 2007-10-16 23:21:02 +00:00
Rewrite Add a new Rewriter::getRangeSize method. 2007-10-16 22:36:42 +00:00
Sema remove some obsolete interfaces. 2007-09-16 19:47:56 +00:00