aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/recovery.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-28improve error recovery for extra ')'s after a if/switch/while condition. Bef...Chris Lattner1-2/+3
2012-01-17Improve diagnostics for dangling '}'.Nico Weber1-1/+1
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu1-1/+1
2011-07-07Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis1-0/+9
2011-06-24Allow Lexer::getLocForEndOfToken to return the location just passed the macro...Argyrios Kyrtzidis1-0/+5
2010-09-07Improve error recovery when we see ':' and expect a ';'.John McCall1-0/+6
2010-05-14Improve error recovery in C/ObjC when the first argument of a functionChris Lattner1-0/+5
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-07-22Prep for new warning.Mike Stump1-6/+6
2009-04-28Simplify the scheme used for keywords, and change the classification Eli Friedman1-1/+1
2009-04-15Add warning when a tentative array definition is assumed to have one element.Daniel Dunbar1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-02-26Introduce code modification hints into the diagnostics system. When weDouglas Gregor1-0/+5
2009-01-19Centralize error reporting of improper uses of incomplete types in theDouglas Gregor1-1/+1
2008-12-17Oops, accidentally commited the wrong version of the test (original Eli Friedman1-1/+1
2008-12-17Do proper recovery from an invalid switch condiition. Fixes PR3229.Eli Friedman1-0/+3
2008-12-17diagnose C99 6.9.1p5, C arguments in definitions that are lackingChris Lattner1-1/+1
2008-12-12fix a buggy fall through that caused a crash-on-invalid. rdar://6248081Chris Lattner1-1/+7
2008-12-12rename recovery-3 to recovery.cChris Lattner1-0/+61