hanchenye-llvm-project/clang/AST
Ted Kremenek e9b83bbd68 Renamed all serialization "Materialize" methods to "Create" to conform with
the new serialization API.

llvm-svn: 44035
2007-11-13 00:25:37 +00:00
..
ASTContext.cpp Renamed all serialization "Materialize" methods to "Create" to conform with 2007-11-13 00:25:37 +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 category method definitions incrementally, removing a FIXME (like we do for class implementations). 2007-11-12 22:05:31 +00:00
DeclSerialization.cpp Restructured serialization code for decls to make it cleaner, easier to 2007-11-13 00:15:39 +00:00
Expr.cpp Now that we can refer to instance variables, make sure they are considered lvalues. 2007-11-12 14:34:27 +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 Fixed an array overflow bug. 2007-11-07 17:43: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 Patch to do statically typed ivar references. 2007-11-12 22:29:28 +00:00
StmtSerialization.cpp Renamed all serialization "Materialize" methods to "Create" to conform with 2007-11-13 00:25:37 +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 Renamed all serialization "Materialize" methods to "Create" to conform with 2007-11-13 00:25:37 +00:00