llvm-project/clang/lib
Fariborz Jahanian fc510bdd94 Under a compiler flag, -freset-local-blocks,
wipe out stack blocks when they go out of scope.
// rdar://9227352

llvm-svn: 134045
2011-06-28 23:51:26 +00:00
..
ARCMigrate Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. 2011-06-24 00:08:59 +00:00
AST Eliminate most uses of ShallowCollectObjCIvars which requires 2011-06-28 18:05:25 +00:00
Analysis Revert r133024, "[format strings] correctly suggest correct type for '%@' 2011-06-28 23:33:55 +00:00
Basic Split out logic for valid clobbers and valid inline asm registers. 2011-06-28 18:20:53 +00:00
CodeGen Under a compiler flag, -freset-local-blocks, 2011-06-28 23:51:26 +00:00
Driver Under a compiler flag, -freset-local-blocks, 2011-06-28 23:51:26 +00:00
Frontend Under a compiler flag, -freset-local-blocks, 2011-06-28 23:51:26 +00:00
FrontendTool [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. 2011-06-17 23:49:31 +00:00
Headers Define va_copy when in C++0x mode; C++0x picked it up from C99. 2011-06-20 15:03:22 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Allow Lexer::getLocForEndOfToken to return the location just passed the macro instantiation 2011-06-24 17:58:59 +00:00
Parse Introduce Declarator::CXXNewContext and remove 'AutoAllowedInTypeName' parameter 2011-06-28 03:01:23 +00:00
Rewrite Make more use of llvm::StringRef in various APIs. In particular, don't 2011-06-21 15:13:30 +00:00
Sema Fix non-determinism in selecting between equal-length names which refer 2011-06-28 22:48:40 +00:00
Serialization Add support for C++ namespace-aware typo correction, e.g., correcting 2011-06-28 16:20:02 +00:00
StaticAnalyzer [analyzer] Use UnknownVal when default-initializing arrays whose element types we don't model, to distinguish them from uninitialized arrays (PR10163). 2011-06-27 20:36:38 +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