llvm-project/clang/lib
Aaron Ballman ed5aced64e Since the object is new'ed in the enterCFG function, now deleting in the exitCFG function instead of the destructor to ensure proper pairing. This allows reuse of the builder without creating a memory leak.
llvm-svn: 206471
2014-04-17 15:23:50 +00:00
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST Fix PR19408 - Missing static this adjustment in a vtordisp thunk 2014-04-17 11:01:41 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Since the object is new'ed in the enterCFG function, now deleting in the exitCFG function instead of the destructor to ensure proper pairing. This allows reuse of the builder without creating a memory leak. 2014-04-17 15:23:50 +00:00
Basic [ARM64] Teach Targets.cpp about Cortex-A53 and Cortex-A57, and enable more tests. 2014-04-17 12:51:28 +00:00
CodeGen ARM64: remove holes from *all* HFAs on the stack. 2014-04-17 10:20:38 +00:00
Driver [ARM64] Plumb in big-endian - add arm64_be to the many switches where it was missing. 2014-04-17 12:51:23 +00:00
Edit Avoid a local Twine variable. 2014-03-29 16:54:24 +00:00
Format clang-format: Respect BinPackParameters in Cpp11BracedListStyle. 2014-04-17 11:32:02 +00:00
Frontend Revert "Move -fms-extensions predefined macros into InitPreprocessor" 2014-04-16 20:10:16 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers Rename lib/Headers/module.map to module.modulemap 2014-04-17 00:52:48 +00:00
Index libclang/libIndex: USR generation: mangle source location into USRs for macros, 2014-03-28 22:21:26 +00:00
Lex Lex: Fix __has_feature(cxx_exceptions) for objective C++ 2014-04-16 02:56:48 +00:00
Parse Refactor all the checking for missing 'template<>'s when a declaration has a 2014-04-17 03:29:33 +00:00
Rewrite Objective-C rewriter. Use _WIN64 instead of __LLP64__ 2014-04-16 17:03:06 +00:00
Sema SemaTemplate.cpp: Rework r206451. Removing an argument was really bad idea. 2014-04-17 08:57:09 +00:00
Serialization Added dump method for global module index. 2014-04-16 21:03:41 +00:00
StaticAnalyzer Add missing include. 2014-04-09 03:31:44 +00:00
Tooling Tooling: Move heavyweight vectors around instead of copying. 2014-03-20 12:48:36 +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