summaryrefslogtreecommitdiffstats
path: root/test/Sema/incomplete-decl.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out (some of) the checking for invalid forms of pointerChandler Carruth2011-06-271-1/+1
* Migrate the mish-mash of declaration checks inDouglas Gregor2010-02-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve GCC compatibility by allowing static tentative definitions ofDouglas Gregor2009-07-201-2/+3
* Add warning when a tentative array definition is assumed to have one element.Daniel Dunbar2009-04-151-2/+2
* PR3461: reject initializer for incomplete type. Based on patch by TimEli Friedman2009-04-131-0/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add type checking for tentative definitions at the end of theDouglas Gregor2009-03-101-2/+2
* Partial fix for PR3310, concerning type-checking for tentativeDouglas Gregor2009-03-101-2/+2
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-1/+1
* Centralize error reporting of improper uses of incomplete types in theDouglas Gregor2009-01-191-0/+2
* new testcaseChris Lattner2008-07-031-0/+4
* Sema::FinalizeDeclaratorGroup(): Tighten up the tentative definition rule whe...Steve Naroff2008-01-181-0/+4
* Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati...Steve Naroff2008-01-181-0/+15