aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/expressions.c
AgeCommit message (Expand)Author
2010-10-15Treat __extension__ like ParenExpr.Abramo Bagnara
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-13Improve error recovery for calls, fixing:Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-27Fix for PR3418: make sure to handle the RHS of expressions starting with Eli Friedman
2007-11-13Parse "sizeof(arr)[0]" as a sizeof of an expr if arr Chris Lattner
2007-08-25reenable this.Chris Lattner
2007-08-25test the parser only, not sema.Chris Lattner
2007-07-12update testsChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer