llvm-project/clang/lib
Richard Smith 0b472d86de During the instantiation of a class template specialization, that
specialization is known to be incomplete. If we're asked to try to
complete it, don't attempt to instantiate it again -- that can lead
to stack overflow, and to rejects-valids if the class being incomplete
is not an error.

llvm-svn: 153236
2012-03-22 03:35:28 +00:00
..
ARCMigrate Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They are now just simple wrappers around method families, and method decls can cache method family lookups. Also, no one is using them right now. 2012-03-17 20:51:32 +00:00
AST Simplify DataRecursiveIntBinOpEvaluator::VisitBinOp() a bit and make sure we don't 2012-03-22 02:13:06 +00:00
Analysis [analyzer] Malloc: Utter the name of the leaked variable. 2012-03-21 19:45:08 +00:00
Basic No longer defining LP64 in 64-bit builds on platforms which are not LP64. 2012-03-14 20:50:57 +00:00
CodeGen Update comment. 2012-03-20 23:28:32 +00:00
Driver Duplicated code is bad. At least make it consistent. 2012-03-21 17:19:12 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches 2012-03-15 22:31:42 +00:00
FrontendTool Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Headers [avx] Define the _mm256_loadu2_xxx and _mm256_storeu2_xxx intrinsics. 2012-03-20 16:40:00 +00:00
Index Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Lex Turns #import in MS Mode into an error. 2012-03-18 03:10:37 +00:00
Parse Fix the other place where C++98 work for initializer lists was necessary. 2012-03-20 21:24:03 +00:00
Rewrite modern objective-c translator: Change declaration of 2012-03-21 23:41:04 +00:00
Sema During the instantiation of a class template specialization, that 2012-03-22 03:35:28 +00:00
Serialization Fix Objective-C compilation-time performance regression introduced in r152608. 2012-03-16 06:12:59 +00:00
StaticAnalyzer [analyzer] Malloc: drop symbols captured by blocks. 2012-03-22 00:57:20 +00:00
CMakeLists.txt Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Makefile Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00