llvm-project/clang/lib
Alexander Kornienko f2f82550fd The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool
llvm-svn: 160265
2012-07-16 12:46:48 +00:00
..
ARCMigrate Implement AST classes for comments, a real parser for Doxygen comments and a 2012-07-06 00:28:32 +00:00
AST Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from 2012-07-16 00:20:35 +00:00
ASTMatchers Add refactoring callbacks to make common kinds of refactorings easy. 2012-07-16 09:18:17 +00:00
Analysis Refine CFG so that '&&' and '||' don't lead to extra confluence points when used in a branch, but 2012-07-14 05:04:10 +00:00
Basic Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to 2012-07-13 23:57:43 +00:00
CodeGen Update Clang to reflect the move of MDBuilder in r160237. 2012-07-15 23:28:01 +00:00
Driver Enable new linker behaviour on FreeBSD. 2012-07-15 12:53:06 +00:00
Edit [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors 2012-07-06 00:07:09 +00:00
Frontend PR13312: Don't crash when printing a fixit that ends in a unicode character. 2012-07-12 08:20:49 +00:00
FrontendTool Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex Share ConvertUTF8toWide() between Lex and CodeGen. 2012-07-03 02:24:52 +00:00
Parse Move helper class into an anonymous namespace. 2012-07-13 13:25:11 +00:00
Rewrite Implement AST classes for comments, a real parser for Doxygen comments and a 2012-07-06 00:28:32 +00:00
Sema Add correct parenthesis range to CXXConstructExprs inside 2012-07-16 08:05:07 +00:00
Serialization Stop instantiating a class if we hit a static_assert failure. Also, if the 2012-07-11 22:37:56 +00:00
StaticAnalyzer Prevent unused-variable warning in optimized builds. 2012-07-16 10:25:15 +00:00
Tooling The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool 2012-07-16 12:46:48 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00