clang-1/test
Anders Carlsson 4681ebd429 Disallow abstract types where appropriate.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67476 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-22 20:18:17 +00:00
..
Analysis Add test cases for PR 3820. 2009-03-19 19:50:58 +00:00
CodeGen fix a fixme: non-proto struct returning function definitions should be compiled 2009-03-22 19:35:37 +00:00
CodeGenCXX Address Doug's comments wrt the mangler and fix Eli's test case 2009-03-10 17:07:44 +00:00
CodeGenObjC Issue error if variables are defined inside an objc class, 2009-03-21 18:06:45 +00:00
Coverage Update test case. 2009-03-20 19:34:03 +00:00
Driver ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. 2009-03-20 23:39:23 +00:00
Frontend fix test 2009-03-21 23:59:11 +00:00
Lexer Fix -E mismatch; an identifier followed by a numeric constant does not 2009-03-18 03:32:24 +00:00
Misc fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. 2009-03-13 21:44:46 +00:00
Parser Some minor tweaks and additional tests for rvalue references 2009-03-20 20:21:37 +00:00
Preprocessor Fix include-pth.c test case to (hopefully) more resilient to where and how tests 2009-03-20 23:45:36 +00:00
Rewriter Extend builtin "attribute" syntax to include a notation for 2009-02-14 00:32:47 +00:00
Sema Fix <rdar://problem/6704086> by allowing the format string checking in Sema to 2009-03-20 21:35:28 +00:00
SemaCXX Disallow abstract types where appropriate. 2009-03-22 20:18:17 +00:00
SemaObjC Issue error if variables are defined inside an objc class, 2009-03-21 18:06:45 +00:00
SemaObjCXX When inside an Objective-C++ method, name lookup should look into the 2009-02-16 19:28:42 +00:00
SemaTemplate Introduce a new expression type, UnresolvedDeclRefExpr, that describes 2009-03-19 17:26:29 +00:00
Makefile Add version information to ISO style test results. 2009-03-18 20:25:18 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00