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