hanchenye-llvm-project/clang/test
Douglas Gregor 8145742349 Partial fix for PR3310, concerning type-checking for tentative
definitions. We were rejecting tentative definitions of incomplete
(which is bad), and now we don't.

This fix is partial because we don't do the end-of-translation-unit
initialization for tentative definitions that don't ever have any
initializers specified.

llvm-svn: 66584
2009-03-10 21:58:27 +00:00
..
Analysis retain/release checker: Allow allocations to fail by returning nil. 2009-03-09 22:46:49 +00:00
CodeGen Fix PR3682 by just disabling a broken assertion. This check should be 2009-03-10 06:42: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 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 Partial fix for PR3310, concerning type-checking for tentative 2009-03-10 21:58:27 +00:00
SemaCXX Improve recovery from ill-formed scope specifiers. Fixes PR3670. 2009-03-06 19:06:37 +00:00
SemaObjC Fix PR3766, a really nasty silent miscompilation case where we emitted 2009-03-09 21:19:16 +00:00
SemaObjCXX When inside an Objective-C++ method, name lookup should look into the 2009-02-16 19:28:42 +00:00
SemaTemplate Extend the notion of active template instantiations to include the 2009-03-10 20:44:00 +00:00
Serialization true is pass, false is success. 2009-02-03 07:28:12 +00:00
Makefile Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00