clang-1/lib
Ahmed Charles 13a140caba ArrayRef'ize various functions in the AST/Parser/Sema.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151447 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-25 11:00:22 +00:00
..
ARCMigrate [arcmt] GC migrator: don't try to remove redundant __strong, it does 2012-02-25 01:57:42 +00:00
AST ArrayRef'ize various functions in the AST/Parser/Sema. 2012-02-25 11:00:22 +00:00
Analysis Warn about non-standard format strings (pr12017) 2012-02-22 10:17:01 +00:00
Basic More ArrayRef-ification of methods. 2012-02-22 09:51:33 +00:00
CodeGen Prevent llvm.lifetime intrinsics from being emitted at -O0. 2012-02-25 02:56:13 +00:00
Driver ARM: enable the integrated assembler by default for Darwin. 2012-02-23 21:55:04 +00:00
Frontend Don't record nested macro expansions in the preprocessing record, 2012-02-25 02:41:16 +00:00
FrontendTool Make use of const-correct ParseCommandLineOptions 2012-02-07 19:36:38 +00:00
Headers * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. 2012-02-23 20:22:10 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and 2012-02-25 10:41:10 +00:00
Parse ArrayRef'ize various functions in the AST/Parser/Sema. 2012-02-25 11:00:22 +00:00
Rewrite Minor modern rewriter bug showed up during testing 2012-02-24 21:42:38 +00:00
Sema ArrayRef'ize various functions in the AST/Parser/Sema. 2012-02-25 11:00:22 +00:00
Serialization Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and 2012-02-25 07:33:38 +00:00
StaticAnalyzer RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt unless we are in the top-level call frame. We can do more later, but this makes the checker self-consistent (and fixes a crash). 2012-02-25 02:09:09 +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