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