aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/StmtXML.cpp
AgeCommit message (Expand)Author
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2011-02-28Kill 18 month old #if 0'd code in StmtXML.cppPeter Collingbourne
2011-02-13Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall
2010-12-08Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet
2010-10-14Eliminate usage of ObjCSuperExpr used forFariborz Jahanian
2010-08-17Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()Benjamin Kramer
2010-08-13Zap unused UnaryOperator::OffsetOf.Eli Friedman
2010-04-28Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor
2010-01-20Use the llvm coding convention for indentation for switch.Mike Stump
2009-11-28Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer
2009-11-25Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-20Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian
2009-08-18Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian
2009-06-15More XML output support, from Olaf Krzikalla!Douglas Gregor
2009-05-21AST XML dump, from Olaf Krzikalla!Douglas Gregor