index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
TypeXML.def
Age
Commit message (
Expand
)
Author
2011-03-07
Remove the AST printer (-ast-print-xml), which is too incomplete and
Douglas Gregor
2010-12-25
The -fshort-wchar option causes wchar_t to become unsigned, in addition to being
Chris Lattner
2010-09-07
Add function attributes to the output of -ast-print-xml, from Martin Vejnar!
Douglas Gregor
2010-08-15
DependentTypeOfExprType and DependentDecltypeType are not seen by client code.
Argyrios Kyrtzidis
2010-06-11
Split DependentNameType into two types. DependentNameType represents the
John McCall
2010-05-11
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-10
Improved -ast-print-xml for C++, from Sebastien Binet!
Douglas Gregor
2010-05-07
add more types to -ast-print-xml, PR5006
Chris Lattner
2010-03-31
Rename TypenameType to DependentNameType in anticipation of some
Douglas Gregor
2009-12-29
Get rid of FixedWidthIntType, as suggested by Chris and Eli.
Anders Carlsson
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-09-24
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-07-18
Remove ObjCQualifiedInterfaceType:-)
Steve Naroff
2009-07-14
Basic support for C++0x unicode types. Support for literals will follow in a...
Alisdair Meredith
2009-06-17
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-15
More XML output support, from Olaf Krzikalla!
Douglas Gregor