clang-1/include/clang
Chad Rosier 7d2c5ca9c3 Update comment, per Jordan's suggestion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162684 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-27 18:16:34 +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 Update comment, per Jordan's suggestion. 2012-08-27 18:16:34 +00:00
ASTMatchers New matcher for MaterializeTemporaryExpr 2012-08-24 22:04:44 +00:00
Analysis Remove ScanfArgType and bake that logic into ArgType. 2012-08-07 08:59:46 +00:00
Basic Support MIPS DSP Rev2 intrinsics. 2012-08-27 12:29:20 +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 Reduce the amount of state in the Option class by relying on the data from OptTable::Info. 2012-08-21 18:51:17 +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 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a 2012-08-24 21:42:51 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Lex Fix a bunch of -Wdocumentation warnings. 2012-08-23 17:58:28 +00:00
Parse Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. 2012-08-23 23:38:35 +00:00
Rewrite Fix undefined behavior: member function calls where 'this' is a null pointer. 2012-08-23 06:16:52 +00:00
Sema [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. 2012-08-25 00:11:56 +00:00
Serialization [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. 2012-08-25 00:11:56 +00:00
StaticAnalyzer [analyzer] Use the common evalBind infrastructure for initializers. 2012-08-25 01:06:23 +00:00
Tooling Use LLVM's plugin registry to enable registering new compilation 2012-08-24 05:50:27 +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