clang-1/lib/Sema
Anders Carlsson 1fe379f0fa Objective-C foreach selector elements must be lvalues.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55316 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-25 18:16:36 +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 Re-enable deletion of AST nodes upon completion of ParseAST. 2008-08-20 03:27:00 +00:00
Sema.cpp Pass SourceRanges by reference to the various Diag methods. 2008-08-24 13:14:02 +00:00
Sema.h Pass SourceRanges by reference to the various Diag methods. 2008-08-24 13:14:02 +00:00
SemaChecking.cpp Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr): 2008-08-18 23:01:59 +00:00
SemaDecl.cpp Initial sema support for C++ static initializers. 2008-08-22 05:00:02 +00:00
SemaDeclAttr.cpp Fix silly bug in objc_gc attribute parsing and add test case 2008-08-24 16:33:25 +00:00
SemaDeclCXX.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
SemaDeclObjC.cpp Fix attributes on Obj-C interfaces & methods. 2008-08-20 18:02:42 +00:00
SemaExpr.cpp Rewrite type compatibility testing to do type merging rather than just 2008-08-22 00:56:42 +00:00
SemaExprCXX.cpp Add support for C++'s "type-specifier ( expression-list )" expression: 2008-08-22 15:38:55 +00:00
SemaExprObjC.cpp Change Parser & Sema to use interned "super" for comparions. 2008-08-14 22:04:54 +00:00
SemaInit.cpp Support initialization of incomplete array with zero size (as 2008-08-18 20:28:46 +00:00
SemaStmt.cpp Objective-C foreach selector elements must be lvalues. 2008-08-25 18:16:36 +00:00
SemaType.cpp warn when someone tries to make an array of ObjC interfaces instead of array 2008-08-18 22:49:54 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00