clang-1/include/clang
Ted Kremenek 93a9ab4bdc Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit
and Materialize/Read instead of using specializations of SerializeTrait<>. The
resulting code is much cleaner. We are also setting the stage so that only the
parts of the IdentifierTable that are ever referenced within the ASTs are
serialized, and not the whole table.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43904 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-08 19:52:41 +00:00
..
AST Implemented serialization of AddrLabelExpr. 2007-11-08 16:32:00 +00:00
Analysis Remove addition of protocol names to declaration scopes, use a separate 2007-10-09 18:03:53 +00:00
Basic Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit 2007-11-08 19:52:41 +00:00
CodeGen Take 2. 2007-10-31 20:01:01 +00:00
Lex Fix assertion for raw lexer. 2007-10-17 21:22:38 +00:00
Parse Refactored parsing of main function body for reuse by objective-c methods. 2007-11-08 19:01:26 +00:00
Rewrite add a fixme. 2007-11-08 19:40:23 +00:00
Sema Fix ownership model of ParseAST to allow the dtor of 2007-11-03 06:24:16 +00:00