summaryrefslogtreecommitdiffstats
path: root/test/Parser/expressions.c
Commit message (Expand)AuthorAgeFilesLines
* Continue parsing an expression list even after an error is encountered.Kaelyn Takata2014-07-141-0/+6
* Make wording for certain invalid unary expressions more consistent.David Majnemer2013-10-091-4/+4
* Fixed messages in tests.Serge Pavlov2013-10-081-4/+4
* Add fixits suggesting parenthesis around type name in expressions like sizeof.Serge Pavlov2013-10-081-0/+10
* Diagnose a missing ')' on what looks like a statement expression.John McCall2011-04-061-0/+6
* Treat __extension__ like ParenExpr.Abramo Bagnara2010-10-151-1/+2
* Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2010-07-261-14/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve error recovery for calls, fixing:Chris Lattner2009-04-131-1/+8
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix for PR3418: make sure to handle the RHS of expressions starting with Eli Friedman2009-01-271-0/+4
* Parse "sizeof(arr)[0]" as a sizeof of an expr if arr Chris Lattner2007-11-131-0/+9
* reenable this.Chris Lattner2007-08-251-1/+1
* test the parser only, not sema.Chris Lattner2007-08-251-4/+2
* update testsChris Lattner2007-07-121-0/+2
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+30