llvm-project/clang/lib
Richard Trieu a04ad1a1b9 Extend the self-reference warning to catch when a constructor references itself upon initialization, such as using itself within its own copy constructor.
struct S {};
S s(s);

llvm-svn: 138969
2011-09-01 21:44:13 +00:00
..
ARCMigrate [arcmt] Fix test/ARCMT/remove-statements.m regression due to 2011-09-01 20:53:18 +00:00
AST Teach ASTContext and Preprocessor to hold on to references to the same 2011-09-01 20:23:19 +00:00
Analysis Warn on missing [super finalize] calls. 2011-08-28 22:35:17 +00:00
Basic Modules hide macro definitions by default, so that silly things like 2011-09-01 17:04:32 +00:00
CodeGen Declare and define implicit move constructor and assignment operator. 2011-08-30 19:58:05 +00:00
Driver default property synthesis is off by default 2011-09-01 20:23:17 +00:00
Frontend Teach ASTContext and Preprocessor to hold on to references to the same 2011-09-01 20:23:19 +00:00
FrontendTool Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
Headers Add missing function _mm_ucomige_sd to emmintrin.h. PR10803. 2011-08-29 21:26:24 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Teach ASTContext and Preprocessor to hold on to references to the same 2011-09-01 20:23:19 +00:00
Parse objective-c: this patch (re)introduces objective-c's default property 2011-08-31 22:24:06 +00:00
Rewrite Fix a rewriter bug caused by recent changes in objc's 2011-08-29 22:21:46 +00:00
Sema Extend the self-reference warning to catch when a constructor references itself upon initialization, such as using itself within its own copy constructor. 2011-09-01 21:44:13 +00:00
Serialization Modules hide macro definitions by default, so that silly things like 2011-09-01 17:04:32 +00:00
StaticAnalyzer If size was equal to 0, either NULL or a pointer suitable to be passed to 2011-09-01 04:53:59 +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