summaryrefslogtreecommitdiff
path: root/test/Sema/incomplete-decl.c
AgeCommit message (Expand)Author
2011-06-27Factor out (some of) the checking for invalid forms of pointerChandler Carruth
2010-02-09Migrate the mish-mash of declaration checks inDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-20Improve GCC compatibility by allowing static tentative definitions ofDouglas Gregor
2009-04-15Add warning when a tentative array definition is assumed to have one element.Daniel Dunbar
2009-04-13PR3461: reject initializer for incomplete type. Based on patch by TimEli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-10Add type checking for tentative definitions at the end of theDouglas Gregor
2009-03-10Partial fix for PR3310, concerning type-checking for tentativeDouglas Gregor
2009-02-07Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl
2009-01-19Centralize error reporting of improper uses of incomplete types in theDouglas Gregor
2008-07-03new testcaseChris Lattner
2008-01-18Sema::FinalizeDeclaratorGroup(): Tighten up the tentative definition rule whe...Steve Naroff
2008-01-18Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati...Steve Naroff