llvm-project/clang/lib
Ted Kremenek f5bcc6a285 Allocate the contents of TemplateArgumentList using ASTContext's allocator. This fixes
a massive memory leak when using a BumpPtrAllocator in ASTContext.

Added a FIXME, as the Destroy method for TemplateArgumentList isn't getting called.
This means we will instead leak when using the MallocAllocator.

llvm-svn: 104633
2010-05-25 20:43:29 +00:00
..
AST Allocate the contents of TemplateArgumentList using ASTContext's allocator. This fixes 2010-05-25 20:43:29 +00:00
Analysis Fix crash in CFG construction for 'break' statements appearing in statement expressions 2010-05-21 20:30:15 +00:00
Basic don't make _Bool be a keyword in -fms-extensions mode, patch by 2010-05-21 20:22:37 +00:00
Checker CastSizeChecker checks when casting a malloc'ed symbolic region to type T, 2010-05-25 04:59:19 +00:00
CodeGen IRgen: Add a stub class for generating ABI-specific C++ code. 2010-05-25 19:52:27 +00:00
Driver Attempt to make MSVC happy. 2010-05-22 05:05:12 +00:00
Frontend Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the 2010-05-25 18:41:01 +00:00
Headers fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out. 2010-05-15 16:54:46 +00:00
Index Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +00:00
Lex Improve code completion in failure cases in two ways: 2010-05-25 05:58:43 +00:00
Parse Improve code completion in failure cases in two ways: 2010-05-25 05:58:43 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema Make sure to strip off top-level cv-qualifiers as part of a 2010-05-25 15:31:05 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00