Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -99/+0 |
* | add parsing, ast building and pretty printing support for C++ throw expressions. | Chris Lattner | 2008-02-26 | 1 | -0/+21 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | switch more code to use Token::is/isNot where possible. | Chris Lattner | 2007-10-09 | 1 | -1/+1 |
* | Rename statement actions (from Parse-prefix to ActOn-prefix). | Steve Naroff | 2007-09-16 | 1 | -2/+2 |
* | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -1/+0 |
* | Remove unused #include that breaks layering | Chris Lattner | 2007-05-24 | 1 | -1/+0 |
* | C++: Added support for bool types. | Bill Wendling | 2007-02-13 | 1 | -0/+10 |
* | Add support for parsing and pretty printing const_cast, dynamic_cast, | Chris Lattner | 2006-12-04 | 1 | -0/+70 |