summaryrefslogtreecommitdiff
path: root/test/Sema/invalid-decl.c
Commit message (Expand)AuthorAgeFilesLines
* Parameter/argument terminology fixesAlp Toker2014-05-111-0/+2
* In LookupResult::resolveKind(), when handling multiple found declarations, ig...Argyrios Kyrtzidis2013-02-221-0/+4
* When a parameter list in a C function has an error, recover by forming a K&R ...Argyrios Kyrtzidis2013-02-221-0/+4
* c error recovery. treat an invalid redeclarationFariborz Jahanian2012-09-051-0/+9
* Get rid of an early return in Sema::ActOnFields which doesn't make sense anym...Eli Friedman2012-08-081-0/+9
* Tighten up the "cannot return array or function type" diagnostic toDouglas Gregor2010-01-111-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* This is a pretty big cleanup for how invalid decl/type are handle.Chris Lattner2009-04-251-2/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner2009-02-271-1/+1
* Fix PR3031 by silencing follow-on errors in invalid declarations.Chris Lattner2008-11-111-2/+1
* Fix PR2400 by more graceful handling of invalid decls. Don't try to layoutChris Lattner2008-08-091-0/+12
* add run lines.Chris Lattner2007-12-121-0/+1
* Fix a crash on test/Sema/invalid-decl.c Chris Lattner2007-10-191-0/+7