llvm-project/clang/lib
Richard Smith e06a2c1893 Fix a regression from r151117: ADL requires that we attempt to complete any
associated classes, since it can find friend functions declared within them,
but overload resolution does not otherwise require argument types to be
complete.

llvm-svn: 151434
2012-02-25 06:24:24 +00:00
..
ARCMigrate [arcmt] GC migrator: don't try to remove redundant __strong, it does 2012-02-25 01:57:42 +00:00
AST When checking whether a reference to a variable is an ICE, look at the type of 2012-02-24 22:12:32 +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 Don't record nested macro expansions in the preprocessing record, 2012-02-25 02:41:16 +00:00
Parse Back out __decltype warning from r151377: we should either warn on all the GNU 2012-02-24 22:30:04 +00:00
Rewrite Minor modern rewriter bug showed up during testing 2012-02-24 21:42:38 +00:00
Sema Fix a regression from r151117: ADL requires that we attempt to complete any 2012-02-25 06:24:24 +00:00
Serialization Don't record nested macro expansions in the preprocessing record, 2012-02-25 02:41:16 +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