llvm-project/clang/lib
Francois Pichet 0274487d97 Enable -fdelayed-template-parsing by default on Win32.
I had to force -fno-delayed-template-parsing on some Index tests because delayed template parsing will change the output of some tests.

llvm-svn: 138942
2011-09-01 16:38:08 +00:00
..
ARCMigrate Twinify. 2011-08-27 00:34:29 +00:00
AST Support importing of ObjC categories from modules. 2011-09-01 00:58:55 +00:00
Analysis Warn on missing [super finalize] calls. 2011-08-28 22:35:17 +00:00
Basic Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes nits: 2011-08-29 22:39:12 +00:00
CodeGen Declare and define implicit move constructor and assignment operator. 2011-08-30 19:58:05 +00:00
Driver Enable -fdelayed-template-parsing by default on Win32. 2011-09-01 16:38:08 +00:00
Frontend Create a CaretDiagnostic class to hold the logic for emitting 2011-08-31 23:59:23 +00:00
FrontendTool Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
Headers Add missing function _mm_ucomige_sd to emmintrin.h. PR10803. 2011-08-29 21:26:24 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Make sure to initialize field. Hopefully this will fix some test failures on Windows. 2011-08-31 18:45:31 +00:00
Parse objective-c: this patch (re)introduces objective-c's default property 2011-08-31 22:24:06 +00:00
Rewrite Fix a rewriter bug caused by recent changes in objc's 2011-08-29 22:21:46 +00:00
Sema When defining the implicit move assignment operator, don't perform 2011-09-01 02:09:07 +00:00
Serialization Fix "multi-line comment" compiler error. 2011-09-01 03:07:11 +00:00
StaticAnalyzer If size was equal to 0, either NULL or a pointer suitable to be passed to 2011-09-01 04:53:59 +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