hanchenye-llvm-project/clang/lib
Bill Wendling 8ac06afa9b ArrayRef-icize the function arguments.
llvm-svn: 151151
2012-02-22 09:38:11 +00:00
..
ARCMigrate Basic: import IntrusiveRefCntPtr<> into clang namespace 2012-02-20 14:00:23 +00:00
AST Generate an AST for the conversion from a lambda closure type to a 2012-02-22 05:02:47 +00:00
Analysis Thread-safety analysis: Disable checking inside constructors, destructors, lock, and unlock functions 2012-02-16 17:13:43 +00:00
Basic [PCH] Recover gracefully if the ASTReader detects that a file is different 2012-02-20 23:58:07 +00:00
CodeGen Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference. 2012-02-22 09:30:11 +00:00
Driver Provide a way to disable auto-generation of preprocessed files during clang 2012-02-22 00:30:39 +00:00
Frontend Basic: import IntrusiveRefCntPtr<> into clang namespace 2012-02-20 14:00:23 +00:00
FrontendTool Make use of const-correct ParseCommandLineOptions 2012-02-07 19:36:38 +00:00
Headers Allow linux builds to take advantage of libunwind to get unwind.h if 2012-02-21 16:20:12 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Basic: import IntrusiveRefCntPtr<> into clang namespace 2012-02-20 14:00:23 +00:00
Parse In -fdelayed-template-parsing mode, reenter every scope when late parsing a templated function; (Not just the template parameter scope as previously). Also enter the scope stack in the correct order. 2012-02-22 08:25:53 +00:00
Rewrite modern objc translator: fixes a bug where a class declaration with not 2012-02-21 23:58:41 +00:00
Sema ArrayRef-icize the function arguments. 2012-02-22 09:38:11 +00:00
Serialization Generate an AST for the conversion from a lambda closure type to a 2012-02-22 05:02:47 +00:00
StaticAnalyzer Generate an AST for the conversion from a lambda closure type to a 2012-02-22 05:02:47 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00