llvm-project/clang/AST
Ted Kremenek 53155f379e Changed serialization/deserialization of BuiltinTypes to explicitly serialize
each type.  This ensures that the order in which the types are serialized
is clear and remains persistent.

llvm-svn: 43615
2007-11-01 17:10:34 +00:00
..
ASTContext.cpp Changed serialization/deserialization of BuiltinTypes to explicitly serialize 2007-11-01 17:10:34 +00:00
Builtins.cpp Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on 2007-10-29 04:18:06 +00:00
CFG.cpp Refactored CFG construction code that processes DeclStmts to use StmtIterator. 2007-10-30 21:48:34 +00:00
Decl.cpp - Add location info to category/protocol AST's 2007-10-30 13:30:57 +00:00
DeclSerialization.cpp Added skeleton for Decl serialization. 2007-10-25 21:37:16 +00:00
Expr.cpp Implement test/Sema/init.c by treating functions as constants. 2007-11-01 02:45:17 +00:00
ExprCXX.cpp Fixed DeclStmt::child_begin() to actually create an iterator that 2007-10-18 23:28:49 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp Implement *skeletal* support for representing GNU inline asm stmts in the AST, 2007-10-29 04:04:16 +00:00
StmtDumper.cpp Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive 2007-10-17 18:36:42 +00:00
StmtIterator.cpp Added support for StmtIterators to iterate over the size expressions 2007-10-29 21:38:03 +00:00
StmtPrinter.cpp Implement *skeletal* support for representing GNU inline asm stmts in the AST, 2007-10-29 04:04:16 +00:00
StmtSerialization.cpp Preliminary support for serializing statements. 2007-10-31 18:41:19 +00:00
StmtViz.cpp Added support to clang driver to view ASTs using GraphViz. This 2007-09-19 21:29:43 +00:00
Type.cpp Encoding for objectiive-c methods. 2007-10-29 22:57:28 +00:00
TypeSerialization.cpp Adjusted QualType deserialization to reflect updated deserialization API. 2007-10-31 20:00:03 +00:00