aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/invalid-struct-init.c
AgeCommit message (Expand)Author
2012-03-12Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-27upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner
2008-11-23make the 'to match this' diagnostic a note.Chris Lattner
2008-02-11Tweak test...Steve Naroff
2008-02-11Fix http://llvm.org/bugs/show_bug.cgi?id=1988.Steve Naroff