hanchenye-llvm-project/clang/test
Douglas Gregor 0c88030abd Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation.
llvm-svn: 66734
2009-03-11 23:00:04 +00:00
..
Analysis Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would 2009-03-11 18:17:16 +00:00
CodeGen x86_32 ABI: Don't try and expand structures with bitfields. 2009-03-11 22:05:26 +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 ir-gen support for class getter/setter call 2009-03-10 18:03:11 +00:00
Coverage Don't mangle names of local variables. 2009-03-05 22:59:19 +00:00
Frontend Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +00:00
Lexer this test isn't testing anything. 2009-03-08 20:12:34 +00:00
Misc add \n characters to the scratch buffer *before* returned tokens. 2009-03-08 08:16:41 +00:00
Parser Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( 2009-03-09 21:12:44 +00:00
Preprocessor fix PR3764 - A redefinition of a pre-processor macro fails 2009-03-09 20:33:32 +00:00
Rewriter Extend builtin "attribute" syntax to include a notation for 2009-02-14 00:32:47 +00:00
Sema fix PR3258 by rejecting invalid numeric operands. 2009-03-11 00:23:13 +00:00
SemaCXX Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. 2009-03-11 23:00:04 +00:00
SemaObjC Implement FIXME related to <rdar://problem/6496506> Implement class setter/getter for properties. 2009-03-11 20:12:18 +00:00
SemaObjCXX When inside an Objective-C++ method, name lookup should look into the 2009-02-16 19:28:42 +00:00
SemaTemplate Implement basic template instantiation for fields. Reshuffle checking 2009-03-11 18:59:21 +00:00
Serialization true is pass, false is success. 2009-02-03 07:28:12 +00:00
Makefile
TestRunner.sh