llvm-project/clang/lib
Chandler Carruth 64d376a8fa Switch all local code and comments from '[Ii]nstantiat(ion|ed)' to
'[Ee]xpan(sion|ded)' in the TextDiagnosticPrinter.

No functionality changed.

llvm-svn: 135136
2011-07-14 08:20:31 +00:00
..
ARCMigrate [arcmt] Make sure migrating to ARC works even if '-fobjc-arc' is included in command-line flags. rdar://9567824 2011-07-14 00:17:54 +00:00
AST Silliness with commas, as reported at http://blog.regehr.org/archives/558 . As it turns out, this is my fault for not noticing this was an issue when I was looking at this a long time ago. :( 2011-07-13 02:05:57 +00:00
Analysis Reapply r135075, but modify format-strings.c and format-strings-fixit.c test cases to be more portable with an explicit target triple. 2011-07-14 06:49:52 +00:00
Basic Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -mavx is 2011-07-11 23:33:46 +00:00
CodeGen Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite failures. 2011-07-13 21:58:55 +00:00
Driver Implement -MG. Fixes PR9613 2011-07-12 19:35:15 +00:00
Frontend Switch all local code and comments from '[Ii]nstantiat(ion|ed)' to 2011-07-14 08:20:31 +00:00
FrontendTool [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. 2011-07-09 20:00:58 +00:00
Headers Teach Clang's <float.h> to also include MinGW's <float.h>, which provides additional system definitions, from Ruben Van Boxem 2011-07-05 14:17:04 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Implement -MG. Fixes PR9613 2011-07-12 19:35:15 +00:00
Parse Add 'mutable' to the function declarator chunk, to be used when 2011-07-13 21:47:47 +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 Add a hackaround to avoid the crash in PR10355. However, our recovery 2011-07-14 04:54:23 +00:00
Serialization Properly implement the scope restriction on the NRVO for 2011-07-06 22:04:06 +00:00
StaticAnalyzer In ARC, reclaim all return values of retainable type, not just those 2011-07-07 06:58:02 +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