]> granicus.if.org Git - clang/history - include/clang/AST/ExprCXX.h
add parsing, ast building and pretty printing support for C++ throw expressions.
[clang] / include / clang / AST / ExprCXX.h
2008-02-26 Chris Lattneradd parsing, ast building and pretty printing support...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-16 Chris LattnerAdd a new Rewriter::getRangeSize method.
2007-08-25 Steve NaroffGive CXXBoolLiteralExpr a type (all expressions need...
2007-08-24 Ted KremenekImplemented child_begin/child_end for our current set...
2007-08-21 Chris LattnerSwitch StmtVisitor from using dynamic to static dispatc...
2007-08-09 Chris Lattnermove a switch to common code.
2007-07-11 Reid SpencerStage two of getting CFE top correct.