hanchenye-llvm-project/clang/lib/Sema
Daniel Dunbar 032db47f0f Support __attribute__(({con,de}structor)) in Parse & Sema
- Including possible priority argument
 - In other news, the attribute parsing code really needs a cleanup

llvm-svn: 54257
2008-07-31 22:40:48 +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 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
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParseAST.cpp Added method "HandleTranslationUnit" to ASTConsumer. This is called by ParseAST when all of the ASTs in a translation unit have been built. 2008-07-02 18:32:45 +00:00
Sema.cpp change more instances of QualType::getCanonicalType to call 2008-07-26 22:17:49 +00:00
Sema.h Pull protocol resolution of out ActOnStartClassInterface, this is also the 2008-07-26 04:13:19 +00:00
SemaChecking.cpp change more instances of QualType::getCanonicalType to call 2008-07-26 22:17:49 +00:00
SemaDecl.cpp change more instances of QualType::getCanonicalType to call 2008-07-26 22:17:49 +00:00
SemaDeclAttr.cpp Support __attribute__(({con,de}structor)) in Parse & Sema 2008-07-31 22:40:48 +00:00
SemaDeclCXX.cpp change more instances of QualType::getCanonicalType to call 2008-07-26 22:17:49 +00:00
SemaDeclObjC.cpp remove two uses of getCanonicalType I missed. 2008-07-27 00:05:05 +00:00
SemaExpr.cpp make "call foo.dump()" and "call foo->dump()" work in GDB, 2008-07-27 00:48:22 +00:00
SemaExprCXX.cpp Add Sema support for C++ classes. 2008-07-01 10:37:29 +00:00
SemaExprObjC.cpp change more instances of QualType::getCanonicalType to call 2008-07-26 22:17:49 +00:00
SemaInit.cpp -Changes to TagDecl: 2008-06-09 23:19:58 +00:00
SemaStmt.cpp convert more code to use ASTContext to get canonical types instead 2008-07-26 21:30:36 +00:00
SemaType.cpp make DeclSpec manage its own protocol qualifier list memory instead of having 2008-07-26 01:53:50 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00