hanchenye-llvm-project/clang/lib
Bruno Cardoso Lopes 129b4cc9ec Revert x86_64 ABI changes until I have time to check the items raised by Eli.
llvm-svn: 134765
2011-07-08 22:57:35 +00:00
..
ARCMigrate Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since they depend on it now. 2011-07-07 21:54:45 +00:00
AST Teach CXXUnresolvedConstructExpr when it should be an 2011-07-08 15:50:43 +00:00
Analysis Make the worklist in the uninitialized values checker actually a queue. 2011-07-08 11:19:06 +00:00
Basic Fix a FIXME in clang ARM driver that was exposed as a bug with ARM backend 2011-07-08 06:40:11 +00:00
CodeGen Revert x86_64 ABI changes until I have time to check the items raised by Eli. 2011-07-08 22:57:35 +00:00
Driver [arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver option aliases. 2011-07-07 04:00:39 +00:00
Frontend Fix up dependency file name printing to more closely match that of gcc, including fixing a nasty recent regression that could make us print "/foo.h" with a command-line including "-I ./". 2011-07-08 20:17:28 +00:00
FrontendTool Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch. 2011-07-07 22:40:15 +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 Fix up dependency file name printing to more closely match that of gcc, including fixing a nasty recent regression that could make us print "/foo.h" with a command-line including "-I ./". 2011-07-08 20:17:28 +00:00
Parse Remove a no-op break after a return, and correct one of the most 2011-07-08 04:59:44 +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 Initialize all the AnalysisBasedWarnings statistics to zero. 2011-07-08 20:38:53 +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