hanchenye-llvm-project/clang/lib/AST
Ted Kremenek 13747167ca Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics.
llvm-svn: 62647
2009-01-21 00:42:24 +00:00
..
APValue.cpp Support evaluation of vector constant expressions, and codegen of same. 2009-01-18 03:20:47 +00:00
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp Use the ASTContext's allocator for FunctionTypeNoProto and TypeOfExpr 2009-01-20 21:02:13 +00:00
Builtins.cpp Fix for PR3350: add special-casing for "references" to va_lists in 2009-01-20 07:46:22 +00:00
CFG.cpp Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
CMakeLists.txt CMake: Added some source files. 2008-11-19 18:46:39 +00:00
Decl.cpp Remove the TopLevelDecls from TranslationUnit, since all of those decls are owned by the ASTContext's TranslationUnitDecl. There are definitely some leaking Decls now that I'll tackle tomorrow 2009-01-20 04:25:11 +00:00
DeclBase.cpp Allocate expresssions through ASTContext (still more work to do). 2009-01-20 19:53:53 +00:00
DeclCXX.cpp Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
DeclGroup.cpp Fix incorrect release of Decl* array referenced by DeclGroup. 2008-10-18 19:20:54 +00:00
DeclObjC.cpp Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
DeclSerialization.cpp Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics. 2009-01-21 00:42:24 +00:00
DeclarationName.cpp Make sure we don't name a constructor or destructor with a qualified 2009-01-13 00:11:19 +00:00
Expr.cpp Support evaluation of vector constant expressions, and codegen of same. 2009-01-18 03:20:47 +00:00
ExprCXX.cpp Part one of handling C++ functional casts. This handles semantic 2009-01-16 18:33:17 +00:00
ExprConstant.cpp Support evaluation of vector constant expressions, and codegen of same. 2009-01-18 03:20:47 +00:00
InheritViz.cpp [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that 2008-11-13 05:09:21 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParentMap.cpp Dead stores checker: Fix <rdar://problem/6506065> by being more selective when say that a store is dead even though the computed value is used in the enclosing expression. 2009-01-20 00:47:45 +00:00
Stmt.cpp Don't advance the statement iterator after we've deallocated the statement 2009-01-16 06:50:08 +00:00
StmtDumper.cpp Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
StmtIterator.cpp Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
StmtPrinter.cpp Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
StmtSerialization.cpp Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
StmtViz.cpp Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*. 2008-10-07 23:09:49 +00:00
TranslationUnit.cpp Remove the TopLevelDecls from TranslationUnit, since all of those decls are owned by the ASTContext's TranslationUnitDecl. There are definitely some leaking Decls now that I'll tackle tomorrow 2009-01-20 04:25:11 +00:00
Type.cpp Allocate Types using ASTContext's 'Allocator' object. 2009-01-19 21:31:22 +00:00
TypeSerialization.cpp Teach DeclContext how to find the primary declaration for any TagDecl 2009-01-17 00:42:38 +00:00