Age | Commit message (Expand) | Author |
---|---|---|
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |
2008-02-14 | Remove DeclSpec::Invalid, a recently added bool that allowed the parser to de... | Steve Naroff |
2008-02-12 | Allow the parser to detect invalid DeclSpec's. This fixes http://llvm.org/bug... | Steve Naroff |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-11 | Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now | Ted Kremenek |
2007-12-02 | improve VC++ compatibility, patch by Cédric Venet. | Chris Lattner |
2007-07-31 | Add parsing and AST support for GNU "typeof". | Steve Naroff |
2007-07-25 | Fix a couple of bugs, add some new cool stuff. | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |