llvm-project/clang/lib
Ted Kremenek 1bf3b04726 Make PathDiagnosticBuilder sensitive to varying LocationContexts, thus fixing a bug in the inlining diagnostics where the wrong location could be used.
llvm-svn: 151349
2012-02-24 07:12:52 +00:00
..
ARCMigrate Basic: import IntrusiveRefCntPtr<> into clang namespace 2012-02-20 14:00:23 +00:00
AST Actually remove the duplicated elements from the vector. 2012-02-23 18:35:56 +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 Provide the __is_trivially_assignable type trait, which provides 2012-02-23 07:33:15 +00:00
Parse Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma pack" to use the same handling that gcc does. Fixes <rdar://problem/10871094> and <rdar://problem/10893316>. 2012-02-23 23:47:16 +00:00
Rewrite modern objc translator. more writing of modern ivar access 2012-02-22 18:13:25 +00:00
Sema Modernize some code which processes CastExprs to use CastKinds. No intended functional change. 2012-02-23 23:04:32 +00:00
Serialization [PCH] When keeping track of top-level decls for "targeted deserialization" 2012-02-24 01:12:38 +00:00
StaticAnalyzer Make PathDiagnosticBuilder sensitive to varying LocationContexts, thus fixing a bug in the inlining diagnostics where the wrong location could be used. 2012-02-24 07:12:52 +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