clang-1/test
Chris Lattner 81045d8dcd Fix PR4027 + rdar://6808859, we were rejecting implicit casts of
aggregates even though we already accept explicit ones.  Easy fix.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69661 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-21 05:19:11 +00:00
..
Analysis Fix rdar://6771034: don't warn on use of forward declared protocol in protocol 2009-04-12 08:43:13 +00:00
CodeGen use of predefined identifiers like __func__ at global scope warn in sema, 2009-04-21 04:41:23 +00:00
CodeGenCXX Use the new guard variable mangling function and get rid of the old code. 2009-04-13 18:03:33 +00:00
CodeGenObjC Revert 69646, that was the precise inverse of what I wanted to commit. 2009-04-21 01:19:10 +00:00
Coverage Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon 2009-04-05 02:04:38 +00:00
Driver Support QA_OVERRIDE_GCC3_OPTIONS 2009-04-17 01:54:00 +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 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 2009-04-13 01:29:17 +00:00
Misc arrange for -Wno-error=foo warnings to be immune to -Werror as 2009-04-16 04:32:54 +00:00
PCH Add pch reader/writer support for ObjCMethodDecl. 2009-04-20 15:06:07 +00:00
Parser Add warning when a tentative array definition is assumed to have one element. 2009-04-15 21:35:27 +00:00
Preprocessor fix the second half of PR4006 and rdar://6807000 by treating 2009-04-20 21:08:10 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema Fix PR4027 + rdar://6808859, we were rejecting implicit casts of 2009-04-21 05:19:11 +00:00
SemaCXX Conditional operator C++ checking complete. What issues remain are in more general code. 2009-04-19 21:53:20 +00:00
SemaObjC test that vlas are checked in an objc method context. 2009-04-19 05:20:37 +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 the implicit-int handling error recovery stuff handle C++ 2009-04-14 22:17:06 +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