hanchenye-llvm-project/clang/lib
Anna Zaks 18de54b1a6 [analyzer] Run remove dead bindings before each call.
This ensures that we report the bugs associated with symbols going
out of scope in the correct function context.

llvm-svn: 151369
2012-02-24 16:49:46 +00:00
..
ARCMigrate Basic: import IntrusiveRefCntPtr<> into clang namespace 2012-02-20 14:00:23 +00:00
AST Revert r151357. That unreachable is reachable... 2012-02-24 09:07:53 +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 Reapply r151172 - Unwind path cleanup for array new list initializers - with a 2012-02-24 00:13:55 +00:00
Driver ARM: enable the integrated assembler by default for Darwin. 2012-02-23 21:55:04 +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 * 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 Implement a new type trait __is_trivially_constructible(T, Args...) 2012-02-24 07:38:34 +00:00
Parse Implement a new type trait __is_trivially_constructible(T, Args...) 2012-02-24 07:38:34 +00:00
Rewrite modern objc translator. more writing of modern ivar access 2012-02-22 18:13:25 +00:00
Sema Sink variable into assert 2012-02-24 08:37:56 +00:00
Serialization Implement a new type trait __is_trivially_constructible(T, Args...) 2012-02-24 07:38:34 +00:00
StaticAnalyzer [analyzer] Run remove dead bindings before each call. 2012-02-24 16:49:46 +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