llvm-project/clang/test
Chris Lattner c4867109f8 rename this test from .S to .c so that it gets run.
llvm-svn: 67380
2009-03-20 16:16:49 +00:00
..
Analysis Add test cases for PR 3820. 2009-03-19 19:50:58 +00:00
CodeGen Allow flexible array initializers that are not surrounded by 2009-03-20 00:32:56 +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 objc: Implemented variables declared in class interface 2009-03-18 22:33:24 +00:00
Coverage Don't mangle names of local variables. 2009-03-05 22:59:19 +00:00
Driver Driver: Add and use darwin::Assemble tool. 2009-03-20 16:06:39 +00:00
Frontend Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +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 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. 2009-03-16 23:22:08 +00:00
Preprocessor rename this test from .S to .c so that it gets run. 2009-03-20 16:16:49 +00:00
Rewriter Extend builtin "attribute" syntax to include a notation for 2009-02-14 00:32:47 +00:00
Sema Allow flexible array initializers that are not surrounded by 2009-03-20 00:32:56 +00:00
SemaCXX Print the context of tag types as part of pretty-printing, e.g., 2009-03-19 04:25:59 +00:00
SemaObjC When looking for property name (or getter method) in a 2009-03-19 18:15:34 +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