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 | -47/+0 |
* | add parsing, ast building and pretty printing support for C++ throw expressions. | Chris Lattner | 2008-02-26 | 1 | -1/+11 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fixed DeclStmt::child_begin() to actually create an iterator that | Ted Kremenek | 2007-10-18 | 1 | -2/+6 |
* | Replaced virtual method call to child_begin() in child_end() by | Ted Kremenek | 2007-10-18 | 1 | -1/+1 |
* | Implemented 90% functionality of new child_iterator for Stmt objects | Ted Kremenek | 2007-10-18 | 1 | -1/+1 |
* | Implementation of child_begin/child_end for C++ expressions. | Ted Kremenek | 2007-08-24 | 1 | -0/+33 |