llvm-project/clang/lib
Chandler Carruth 7ff07727b5 [leaks] The PDFileEntry nodes in the FilesMade FoldingSet contain
a std::vector that allocates on the heap. As a consequence, we have to
run all of their destructors when tearing down the set, not just
deallocate the memory blobs.

llvm-svn: 207902
2014-05-03 10:39:05 +00:00
..
ARCMigrate [objcmt] Revert r191796, it's not needed anymore. 2014-04-28 02:38:51 +00:00
AST Eliminate ASTContext's DelayInitialization flag 2014-05-03 03:46:04 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Remove unused typedef found by gcc's -Wunused-local-typedefs. 2014-05-02 21:22:21 +00:00
Basic Add support for -march=bdver4. 2014-05-02 15:47:51 +00:00
CodeGen [leaks] Re-shuffle code such that we don't create a basic block for 2014-05-03 09:16:57 +00:00
Driver Fix clang-cl Driver leak 2014-05-02 22:55:30 +00:00
Edit [objcmt] Revert r191796, it's not needed anymore. 2014-04-28 02:38:51 +00:00
Format Fixes issue with Allman BreakBeforeBraces for Objective C @interface 2014-05-02 17:01:46 +00:00
Frontend Eliminate ASTContext's DelayInitialization flag 2014-05-03 03:46:04 +00:00
FrontendTool [leaks] Don't leak the fake arguments we synthesize for LLVM option 2014-05-03 08:39:35 +00:00
Headers Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}. 2014-04-30 04:35:09 +00:00
Index Comment parsing: remove HTML attribute validation 2014-04-30 21:54:30 +00:00
Lex [leaks] Fix a leak recently introduced to the pragma handling. This 2014-05-02 21:44:48 +00:00
Parse Rewrite NRVO determination. Track NRVO candidates on the parser Scope and apply the NRVO candidate flag to all possible NRVO candidates here, and remove the flags in computeNRVO or upon template instantiation. A variable now has NRVO applied if and only if every return statement in that scope returns that variable. This is nearly optimal. 2014-05-03 00:41:18 +00:00
Rewrite write a line marker right before adding included file 2014-05-01 21:11:57 +00:00
Sema Fix a bunch of mislayered clang/Lex includes from Sema 2014-05-03 03:45:55 +00:00
Serialization AST: Mangle reference temporaries reliably 2014-05-01 17:50:17 +00:00
StaticAnalyzer [leaks] The PDFileEntry nodes in the FilesMade FoldingSet contain 2014-05-03 10:39:05 +00:00
Tooling PR19601: std::remove_if does not really remove the elements. 2014-04-30 19:59:22 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00