Age | Commit message (Expand) | Author |
---|---|---|
2009-11-03 | Reorganize the parsing of decl groups / function definitions so that | John McCall |
2009-05-12 | improve the diagnostic for uses of the GCC "global variable in a register" ex... | Chris Lattner |
2009-04-12 | fix a valgrind problem I noticed while developing another patch, | Chris Lattner |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2008-12-28 | Diagnose declarations that don't declare anything, and fix PR3020. | Sebastian Redl |
2008-11-24 | Rewrite FindDiagnostics to be more strict about the formatting of the | Chris Lattner |
2008-04-13 | This patch adds very basic support for parsing and type-checking class | Douglas Gregor |
2008-04-02 | Fix PR2017 and silence some bogus errors. | 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-07-25 | Fix a couple of bugs, add some new cool stuff. | Chris Lattner |