hanchenye-llvm-project/clang/lib/Sema
Chris Lattner 5d1cfa1229 various updates to match r54873 on mainline.
llvm-svn: 54874
2008-08-17 07:19:51 +00:00
..
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a single iterator type is used for both traversing decls of the same declaration context *and* of the parent declaration contexts, depending on the value of the bool parameter 'LookInParentCtx' that is passed to IdentifierResolver::begin(). 2008-07-17 17:49:50 +00:00
IdentifierResolver.h Make the default constructor of IdentifierResolver::iterator public. 2008-08-01 10:20:48 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParseAST.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Sema.cpp Change Parser & Sema to use interned "super" for comparions. 2008-08-14 22:04:54 +00:00
Sema.h Move the type checking that Sema::ActOnCastExpr does into a new Sema::CheckCastTypes function so that it can be reused. 2008-08-16 20:27:34 +00:00
SemaChecking.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
SemaDecl.cpp various updates to match r54873 on mainline. 2008-08-17 07:19:51 +00:00
SemaDeclAttr.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
SemaDeclCXX.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
SemaDeclObjC.cpp Sema::ActOnStartProtocolInterface(): Make sure the protocol decl has a valid start location. 2008-08-13 16:39:22 +00:00
SemaExpr.cpp Move the type checking that Sema::ActOnCastExpr does into a new Sema::CheckCastTypes function so that it can be reused. 2008-08-16 20:27:34 +00:00
SemaExprCXX.cpp Minor #include cleaning 2008-08-11 03:27:53 +00:00
SemaExprObjC.cpp Change Parser & Sema to use interned "super" for comparions. 2008-08-14 22:04:54 +00:00
SemaInit.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
SemaStmt.cpp various updates to match r54873 on mainline. 2008-08-17 07:19:51 +00:00
SemaType.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00