hanchenye-llvm-project/clang/lib
Richard Smith 9a2b7e820c Don't assume that a valid expression for the first part of a for-statement
is non-null when diagnosing a broken attempt to write a for-range-statement.

llvm-svn: 151081
2012-02-21 20:01:35 +00:00
..
ARCMigrate Basic: import IntrusiveRefCntPtr<> into clang namespace 2012-02-20 14:00:23 +00:00
AST Improve our handling of lambda expressions that occur within default 2012-02-21 19:11:17 +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 Emit the exact size for the invariant intrinsics. 2012-02-21 00:26:58 +00:00
Driver Fixing the working-directory option so that it stores the proper directory. 2012-02-20 14:13:25 +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 Don't assume that a valid expression for the first part of a for-statement 2012-02-21 20:01:35 +00:00
Rewrite modern objc translator. Finish off first cut of the 2012-02-20 20:09:20 +00:00
Sema When calling a non variadic format function(vprintf, vscanf, NSLogv, …), warn if the format string argument is a parameter that is not itself declared as a format string with compatible format. 2012-02-21 20:00:53 +00:00
Serialization Improve our handling of lambda expressions that occur within default 2012-02-21 19:11:17 +00:00
StaticAnalyzer Have ScanReachableSymbols reported reachable regions. Fixes a false positive with nested array literals. <rdar://problem/10686586> 2012-02-21 00:46:29 +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