hanchenye-llvm-project/clang/test
Daniel Dunbar 13357aef14 Driver: Unbreak ArgList::hasFlag.
- <rdar://problem/6726511> [driver] clang does not have -msoft-float
   hooked up.

llvm-svn: 68044
2009-03-30 18:13:26 +00:00
..
Analysis Fix regression in pointer comparison with NULL (e.g., 0 != ptr). This fixes 2009-03-28 19:59:33 +00:00
CodeGen Move where block-related variables are initialized so that block 2009-03-28 03:24:54 +00:00
CodeGenCXX Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
CodeGenObjC Remove -f__block as codegen for __block variables should be solid. 2009-03-25 18:05:39 +00:00
Coverage Support member reference on ?: of struct type. 2009-03-24 02:38:23 +00:00
Driver Driver: Unbreak ArgList::hasFlag. 2009-03-30 18:13:26 +00:00
Frontend Fix -MD with no -MT when -o is specified (and fix test case). 2009-03-30 17:59:58 +00:00
Lexer Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Misc Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Parser hoist some code for handling objc foreach construct out of Declaration processing 2009-03-29 17:27:48 +00:00
Preprocessor fix PR3880, fixing a comma swallowing bug handling macros that only take 2009-03-25 21:08:24 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator 2009-03-29 17:18:04 +00:00
SemaCXX Reintroduce r67870 (rval ref overloading), since I can't reproduce any test failures on i386 or x86_64. If this fails for someone, please contact me. 2009-03-29 15:27:50 +00:00
SemaObjC Fix <rdar://problem/6697053> instance variable is protected. 2009-03-26 16:01:08 +00:00
SemaObjCXX Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
SemaTemplate Initial implementation of parsing, semantic analysis, and template 2009-03-27 23:10:48 +00:00
Makefile Update to account for the great driver renaming. 2009-03-25 17:56:16 +00:00
TestRunner.sh Update TestRunner.sh for renaming. 2009-03-24 06:17:45 +00:00