llvm-project/clang/AST
Chris Lattner 96c460d142 move the ASTContext argument to be first in the argument list of
all Create methods.

llvm-svn: 48398
2008-03-15 21:32:50 +00:00
..
ASTConsumer.cpp move the codegen ASTConsumer out of the driver into libcodegen, 2008-02-06 02:01:47 +00:00
ASTContext.cpp move the ASTContext argument to be first in the argument list of 2008-03-15 21:32:50 +00:00
Builtins.cpp Remove the first layer of support for "portability" warnings. This is 2008-03-05 01:18:20 +00:00
CFG.cpp Small bug fix in CFG construction: the active block for LabelStmts comes 2008-03-15 07:45:02 +00:00
Decl.cpp move the ASTContext argument to be first in the argument list of 2008-03-15 21:32:50 +00:00
DeclSerialization.cpp Switch over functiondecl. This makes it obvious that the ASTContext 2008-03-15 21:24:04 +00:00
Expr.cpp remove the source location arguments to various target query methods. 2008-03-05 18:54:05 +00:00
ExprCXX.cpp add parsing, ast building and pretty printing support for C++ throw expressions. 2008-02-26 00:51:44 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
Stmt.cpp Handle simple asm statements correctly. 2008-02-05 23:03:50 +00:00
StmtDumper.cpp -Add missing visitor for ObjCIvarRefExpr. 2008-03-12 13:19:12 +00:00
StmtIterator.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
StmtPrinter.cpp add parsing, ast building and pretty printing support for C++ throw expressions. 2008-02-26 00:51:44 +00:00
StmtSerialization.cpp improve DeclStmt to be able to store SourceRange info correctly. 2008-03-13 06:29:04 +00:00
StmtViz.cpp Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove 2008-01-14 16:44:48 +00:00
TranslationUnit.cpp Remove the first layer of support for "portability" warnings. This is 2008-03-05 01:18:20 +00:00
Type.cpp Change variable name to Tq (from TQ) 2008-02-21 17:40:55 +00:00
TypeSerialization.cpp fix typos 2008-03-06 10:40:09 +00:00