llvm-project/clang/lib
Douglas Gregor 2d5aea0f25 Pull the OpaqueValueExpr's source expression into its constructor, so
that we can correctly compute value-dependence of the OVE.

llvm-svn: 151291
2012-02-23 22:17:26 +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 Replace a use of hasTrivialDefaultConstructor() with the appropriate 2012-02-23 17:07:43 +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 [libclang] Make sure that all top-level decls in a @implementation are 2012-02-23 21:11:20 +00:00
Rewrite modern objc translator. more writing of modern ivar access 2012-02-22 18:13:25 +00:00
Sema Pull the OpaqueValueExpr's source expression into its constructor, so 2012-02-23 22:17:26 +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 [analyzer] Malloc: unique leak reports by allocation site. 2012-02-23 21:38:21 +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