llvm-project/clang/include/clang
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 Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
AST Add correct parenthesis range to CXXConstructExprs inside 2012-07-16 08:05:07 +00:00
ASTMatchers Add refactoring callbacks to make common kinds of refactorings easy. 2012-07-16 09:18:17 +00:00
Analysis [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints 2012-07-10 22:07:52 +00:00
Basic Add two more missing parameters in diagnostics. 2012-07-16 12:12:45 +00:00
CodeGen Basic: import OwningPtr<> into clang namespace 2012-02-05 02:12:40 +00:00
Config use DEFAULT_SYSROOT 2012-04-16 04:16:43 +00:00
Driver Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. 2012-07-11 23:02:10 +00:00
Edit Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Frontend Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. 2012-07-11 23:02:10 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Lex Documentation cleanup: 2012-06-22 08:10:18 +00:00
Parse Better parser recovery in Objective-C containers. 2012-07-09 16:54:53 +00:00
Rewrite Rename -rewrite-includes to -frewrite-includes. 2012-06-14 17:36:01 +00:00
Sema PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument 2012-07-16 01:09:10 +00:00
Serialization Inline storage of attributes in AttributedStmt. 2012-07-09 10:04:07 +00:00
StaticAnalyzer [analyzer] Don't inline virtual calls unless we can devirtualize properly. 2012-07-12 00:16:25 +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 Instantiate dependent attributes when instantiating templates. 2012-01-20 22:37:06 +00:00
Makefile make: fix installation of generated header files 2012-02-01 22:23:31 +00:00