Age | Commit message (Expand) | Author |
---|---|---|
2009-05-22 | Parse typeof-specifier the same way as sizeof/alignof are parsed. | Argyrios Kyrtzidis |
2009-03-29 | hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator | Chris Lattner |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-27 | upgrade various 'implicit int' warnings from an ext-warn to warning when not | Chris Lattner |
2008-11-23 | make the 'to match this' diagnostic a note. | Chris Lattner |
2008-01-04 | Merge all the 'assignment' diagnostic code into one routine, decloning | Chris Lattner |
2007-10-11 | rename -parse-ast-print to -ast-print | Chris Lattner |
2007-09-26 | Removed option "-parse-ast-check" from clang driver. This is now implemented | Ted Kremenek |
2007-08-01 | Two typeof() related changes... | Steve Naroff |
2007-07-31 | Tighten up Parser::ParseTypeofSpecifier(). | Steve Naroff |
2007-07-31 | Add parsing and AST support for GNU "typeof". | Steve Naroff |