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
/
DeclXML.cpp
Age
Commit message (
Expand
)
Author
2011-03-07
Remove the AST printer (-ast-print-xml), which is too incomplete and
Douglas Gregor
2010-10-18
Add declarations nested in a linkage specification to the output of
Douglas Gregor
2010-10-08
Improve XML output for class/struct/union declarations, from Martin Vejnar!
Douglas Gregor
2010-09-29
Frontend/XML: Add support for printing nested structures, patch by Martin Vej...
Daniel Dunbar
2010-05-12
"this patch properly addresses escaping < and > which might appear
Chris Lattner
2010-05-10
Improved -ast-print-xml for C++, from Sebastien Binet!
Douglas Gregor
2010-03-08
Improve XML output for C++ classes, from Olaf Krzikalla!
Douglas Gregor
2010-01-20
Use the llvm coding convention for indentation for switch.
Mike Stump
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-15
More XML output support, from Olaf Krzikalla!
Douglas Gregor