llvm-project/clang/test
Sebastian Redl 4c0cd856b1 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.
llvm-svn: 67999
2009-03-29 15:27:50 +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: Test case for darwin::Link 2009-03-26 16:29:05 +00:00
Frontend Rename clang to clang-cc. 2009-03-24 02:24:46 +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 Parse namespace aliases. 2009-03-28 04:07:16 +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 Make our diagnostics about the obsolete GNU designated-initializer 2009-03-28 00:41:23 +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