llvm-project/clang/lib
Benjamin Kramer ae2d344384 Add more compiler workarounds. Should fix the build with old GCCs and MSVC.
llvm-svn: 134995
2011-07-12 18:37:23 +00:00
..
ARCMigrate [arcmt] Remove redundant has_error() check. 2011-07-10 18:57:18 +00:00
AST In ARC mode, consider Objective-C lifetime types (object pointers and 2011-07-12 17:28:52 +00:00
Analysis Make the worklist in the uninitialized values checker actually a queue. 2011-07-08 11:19:06 +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 Add more compiler workarounds. Should fix the build with old GCCs and MSVC. 2011-07-12 18:37:23 +00:00
Driver [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. 2011-07-09 20:00:58 +00:00
Frontend [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. 2011-07-09 20:00:58 +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 Don't warn for unused macro when undef'ing it, if it comes from an included file. rdar://9745065 2011-07-11 20:39:47 +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 Fix a bug where a local variable named 'self' is causing 2011-07-12 17:16:56 +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