hanchenye-llvm-project/clang/lib/Sema
Ted Kremenek a174c5270f Extend va_start checking to include __builtin_stdarg_start.
llvm-svn: 53332
2008-07-09 17:58:53 +00:00
..
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Comments fix. 2008-05-15 17:26:35 +00:00
IdentifierResolver.h 'Educate' IdentifierResolver about the declaration context of CXXFieldDecls. 2008-06-24 23:08:34 +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 Add Sema support for C++ classes. 2008-07-01 10:37:29 +00:00
Sema.h Add Sema support for C++ classes. 2008-07-01 10:37:29 +00:00
SemaChecking.cpp Extend va_start checking to include __builtin_stdarg_start. 2008-07-09 17:58:53 +00:00
SemaDecl.cpp Add parser support for __builtin_stdarg_start, PR2531 2008-07-09 17:26:36 +00:00
SemaDeclAttr.cpp make the rest of the decl attribute processing methods be 2008-06-29 00:43:07 +00:00
SemaDeclCXX.cpp Add Sema support for C++ classes. 2008-07-01 10:37:29 +00:00
SemaDeclObjC.cpp Fix warnings 2008-07-05 02:01:25 +00:00
SemaExpr.cpp Add Sema support for C++ classes. 2008-07-01 10:37:29 +00:00
SemaExprCXX.cpp Add Sema support for C++ classes. 2008-07-01 10:37:29 +00:00
SemaExprObjC.cpp Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() and getCurMethodDecl() that return the appropriate Decl through CurContext. 2008-06-28 06:07:14 +00:00
SemaInit.cpp -Changes to TagDecl: 2008-06-09 23:19:58 +00:00
SemaStmt.cpp Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() and getCurMethodDecl() that return the appropriate Decl through CurContext. 2008-06-28 06:07:14 +00:00
SemaType.cpp make type attribute processing static instead of methods on Sema. 2008-06-29 00:50:08 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00