llvm-project/clang/test
Chris Lattner 03a6cbbd91 pass -fblocks
llvm-svn: 68878
2009-04-11 19:49:49 +00:00
..
Analysis Add analyzer support for objc_atomicCompareAndSwap() 2009-04-11 00:54:13 +00:00
CodeGen pass -fblocks 2009-04-11 19:49:49 +00:00
CodeGenCXX Add support for generating reference initialization code. 2009-04-11 01:08:03 +00:00
CodeGenObjC Non-pointer objects are none gc'able regardles of 2009-04-11 00:00:54 +00:00
Coverage Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon 2009-04-05 02:04:38 +00:00
Driver Force driver triple. 2009-04-10 22:53:25 +00:00
FixIt Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! 2009-04-06 18:45:53 +00:00
Frontend Fixed the test. 2009-04-10 22:09:52 +00:00
Lexer fix rdar://6757323, where an escaped newline in a // comment 2009-04-05 00:26:41 +00:00
Misc Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
PCH do a dance with predefines, and finally enable reading of macros from 2009-04-10 22:13:17 +00:00
Parser Improve the 'cannot pass objc interface by value' diagnostic: 2009-04-11 19:08:56 +00:00
Preprocessor use doug's new %S thing to make this work when run from different locations. 2009-04-10 16:51:32 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema add radar number 2009-04-11 17:26:58 +00:00
SemaCXX Diagnose uses of function specifiers on declarations which don't declare 2009-04-07 19:37:57 +00:00
SemaObjC fix blocks to reject objc interfaces returned by value. Also, 2009-04-11 19:27:54 +00:00
SemaObjCXX Pull clang-cc code for generating PTH files based on the input type. 2009-04-01 05:09:09 +00:00
SemaTemplate Make parsing a semantic analysis a little more robust following Sema 2009-04-01 21:51:26 +00:00
Makefile Update to account for the great driver renaming. 2009-03-25 17:56:16 +00:00
TestRunner.sh Implementation of pre-compiled headers (PCH) based on lazy 2009-04-09 22:27:44 +00:00