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