llvm-project/clang/lib/Sema
Nico Weber b0920374ca rename libclangSEMA to libclangSema
llvm-svn: 55887
2008-09-07 17:09:06 +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 rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Re-enable deletion of AST nodes upon completion of ParseAST. 2008-08-20 03:27:00 +00:00
Sema.cpp Remove "NextDecl" from RecordDecl. This change touches many files that where RecordDecl or CXXRecordDecl was constructed, always with an argument of 'NULL' for the previous declaration. 2008-09-05 01:34:33 +00:00
Sema.h Change struct forward declarations and definitions to use unique RecordDecls, as opposed to creating a single RecordDecl and reusing it. 2008-09-05 17:16:31 +00:00
SemaChecking.cpp More type checking for blocks. Still incomplete (will hopefully finish up this weekend). 2008-09-05 22:11:13 +00:00
SemaDecl.cpp Add comment back that Argiris pointed out that I mistakenly removed (the comments below it were stale, so I accidently removed the whole thing). 2008-09-05 17:39:33 +00:00
SemaDeclAttr.cpp An extremely hacky version of transparent_union support; it isn't 2008-09-02 05:19:23 +00:00
SemaDeclCXX.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
SemaDeclObjC.cpp Prevent invalid warnings about incomplete implementations for methods 2008-09-04 20:01:15 +00:00
SemaExpr.cpp More type checking for blocks. Still incomplete (will hopefully finish up this weekend). 2008-09-05 22:11:13 +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 Add semantic analysis for "blocks". 2008-09-03 18:15:37 +00:00
SemaType.cpp First wave of changes to support "blocks" (an extension to C). 2008-08-27 16:04: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