summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/StmtXML.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-7/+0
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-6/+0
* Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()Benjamin Kramer2010-08-171-1/+2
* Zap unused UnaryOperator::OffsetOf.Eli Friedman2010-08-131-1/+0
* Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor2010-04-281-0/+5
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-201-17/+17
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-2/+1
* Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor2009-11-251-2/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-47/+25
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-201-4/+4
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-181-2/+4
* More XML output support, from Olaf Krzikalla!Douglas Gregor2009-06-151-19/+81
* AST XML dump, from Olaf Krzikalla!Douglas Gregor2009-05-211-0/+409
OpenPOWER on IntegriCloud