summaryrefslogtreecommitdiff
path: root/test/Sema/invalid-decl.c
AgeCommit message (Expand)Author
2014-05-11Parameter/argument terminology fixesAlp Toker
2013-02-22In LookupResult::resolveKind(), when handling multiple found declarations, ig...Argyrios Kyrtzidis
2013-02-22When a parameter list in a C function has an error, recover by forming a K&R ...Argyrios Kyrtzidis
2012-09-05c error recovery. treat an invalid redeclarationFariborz Jahanian
2012-08-08Get rid of an early return in Sema::ActOnFields which doesn't make sense anym...Eli Friedman
2010-01-11Tighten up the "cannot return array or function type" diagnostic toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-25This is a pretty big cleanup for how invalid decl/type are handle.Chris Lattner
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-11Fix PR3031 by silencing follow-on errors in invalid declarations.Chris Lattner
2008-08-09Fix PR2400 by more graceful handling of invalid decls. Don't try to layoutChris Lattner
2007-12-12add run lines.Chris Lattner
2007-10-19Fix a crash on test/Sema/invalid-decl.c Chris Lattner