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 | -51/+0 |
* | add parsing, ast building and pretty printing support for C++ throw expressions. | Chris Lattner | 2008-02-26 | 1 | -0/+6 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Rename statement actions (from Parse-prefix to ActOn-prefix). | Steve Naroff | 2007-09-16 | 1 | -4/+4 |
* | Give CXXBoolLiteralExpr a type (all expressions need a valid type). | Steve Naroff | 2007-08-25 | 1 | -1/+2 |
* | Submitted by: Bill Wendling | Bill Wendling | 2007-06-29 | 1 | -1/+1 |
* | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -1/+0 |
* | Bug #: | Steve Naroff | 2007-05-17 | 1 | -2/+2 |
* | Bug #: | Steve Naroff | 2007-04-05 | 1 | -1/+1 |
* | Removed tabs. | Bill Wendling | 2007-02-13 | 1 | -1/+1 |
* | C++: Added support for bool types. | Bill Wendling | 2007-02-13 | 1 | -1/+9 |
* | Add support for parsing and pretty printing const_cast, dynamic_cast, | Chris Lattner | 2006-12-04 | 1 | -0/+37 |