llvm-project/clang/lib
Aaron Ballman 8e8026d5b3 Replacing a naked pointer with a unique_ptr. No functional changes intended.
llvm-svn: 206986
2014-04-23 14:26:59 +00:00
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST MS ABI: Implement mangling for ref-qualifiers on methods 2014-04-23 05:16:56 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Replacing a naked pointer with a unique_ptr. No functional changes intended. 2014-04-23 14:26:59 +00:00
Basic [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC. 2014-04-23 10:26:19 +00:00
CodeGen [ARM64] Add a missed case label for arm64_be, and enable the aarch64-varargs test for arm64_be. 2014-04-23 10:26:08 +00:00
Driver Add aarch64-linux-android triple for Android. 2014-04-23 13:36:23 +00:00
Edit Avoid a local Twine variable. 2014-03-29 16:54:24 +00:00
Format [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:17:02 +00:00
Frontend Fix unused variable. 2014-04-23 13:45:44 +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 Comment parsing: close a hole in CDATA escaping in XML output 2014-04-22 12:34:52 +00:00
Lex Add some missing checks for C++1y digit separators that don't in fact separate 2014-04-22 23:50:25 +00:00
Parse Update Target::createMCAsmParser calls for the LLVM interface change. 2014-04-23 11:15:49 +00:00
Rewrite Objective-C rewriter. Use _WIN64 instead of __LLP64__ 2014-04-16 17:03:06 +00:00
Sema Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules. 2014-04-23 12:57:01 +00:00
Serialization [OPENMP] parsing 'linear' clause (for directive 'omp simd') 2014-04-22 13:09:42 +00:00
StaticAnalyzer [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:17:02 +00:00
Tooling [Modules] Update Clang's two files that use DEBUG(...) without defining 2014-04-21 22:55: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