llvm-project/clang/Sema
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
..
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
ParseAST.cpp move the codegen ASTConsumer out of the driver into libcodegen, 2008-02-06 02:01:47 +00:00
Sema.cpp move the ASTContext argument to be first in the argument list of 2008-03-15 21:32:50 +00:00
Sema.h improve DeclStmt to be able to store SourceRange info correctly. 2008-03-13 06:29:04 +00:00
SemaChecking.cpp Added TODO. 2008-03-03 16:50:00 +00:00
SemaDecl.cpp move the ASTContext argument to be first in the argument list of 2008-03-15 21:32:50 +00:00
SemaDeclObjC.cpp move the ASTContext argument to be first in the argument list of 2008-03-15 21:32:50 +00:00
SemaExpr.cpp simplify all the type info accessors in TargeTInfo to return scalars, 2008-03-08 08:52:55 +00:00
SemaExprCXX.cpp add parsing, ast building and pretty printing support for C++ throw expressions. 2008-02-26 00:51:44 +00:00
SemaExprObjC.cpp convert tabs to spaces, patch by Mike Stump! 2008-02-25 21:04:36 +00:00
SemaStmt.cpp improve DeclStmt to be able to store SourceRange info correctly. 2008-03-13 06:29:04 +00:00
SemaType.cpp add a fixme. 2008-02-21 01:32:57 +00:00
SemaUtil.h Move IgnoreParenCasts to be a method on Expr. 2008-02-13 01:02:39 +00:00