hanchenye-llvm-project/clang/lib
Rafael Espindola 699fc4d15c Revert 135177 to fix PR10363.
Revert "For C++11, do more checking of initializer lists up-front, enabling some subset of the final functionality. C just leaves the function early. C++98 runs through the same code path, but has no changed functionality either."

This reverts commit ac420c5053d6aa41d59f782caad9e46e5baaf2c2.

llvm-svn: 135210
2011-07-14 22:58:04 +00:00
..
ARCMigrate [arcmt] Allow -retain of an __unsafe_unretained receiver if the result gets used. 2011-07-14 22:46:12 +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 Revert r135147 and r135075. The consensus was that this wasn't the right thing to do. 2011-07-14 17:05:32 +00:00
Basic simplify 2011-07-14 18:45:41 +00:00
CodeGen Change intrinsic getter to take an ArrayRef, now that the underlying function in LLVM does. 2011-07-14 17:45:50 +00:00
Driver Implement -MG. Fixes PR9613 2011-07-12 19:35:15 +00:00
Frontend Update the remaining comments in Frontend to 'expansion'. 2011-07-14 16:14:52 +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 Move the rest of the preprocessor terminology from 'instantiate' and 2011-07-14 08:20:46 +00:00
Parse PR10359: Template declarations which define classes are not permitted to also contain declarators. Previously we would accept code like this: 2011-07-14 21:35:26 +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 Revert 135177 to fix PR10363. 2011-07-14 22:58:04 +00:00
Serialization StringMap::first() is about to start returning a StringRef, adapt. 2011-07-14 18:24:21 +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