aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DumpXML.cpp
AgeCommit message (Expand)Author
2012-04-06Implement support for null non-type template arguments for non-typeDouglas Gregor
2012-02-29Reapply r151638 and r151641.James Molloy
2012-02-28Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis
2012-02-28Correctly track tags and enum members defined in the prototype of a function,...James Molloy
2012-02-11Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-17Remove unnecessary default cases in switches over enums.David Blaikie
2012-01-14De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor
2012-01-01Eliminate redundant, empty functionDouglas Gregor
2012-01-01Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor
2012-01-01Move the data that corresponds to the definition of a protocol into aDouglas Gregor
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-12-15Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor
2011-08-27objective-c: Treat top-level objective-c declarationsFariborz Jahanian
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-05-13Include assembler label for functions in the XML dumpJoerg Sonnenberger
2011-05-06Modify some deleted function methods to better reflect reality:Sean Hunt
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-04-14Implement ARM pcs attribute. Basically it's another way of calling convention...Anton Korobeynikov
2011-04-09PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman
2011-03-12Propagate the new exception information to FunctionProtoType.Sebastian Redl
2011-03-02Revert "Add CC_Win64ThisCall and set it in the necessary places."Tilmann Scheller
2011-03-02Add CC_Win64ThisCall and set it in the necessary places.Tilmann Scheller
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall
2011-01-08Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Sean Hunt
2011-01-05Replace the representation of template template argument packDouglas Gregor
2010-12-20Clean up the handling of template argument packs, especially in theDouglas Gregor
2010-12-02Tweaks.John McCall
2010-12-02ObjC support in the XML dumper.John McCall
2010-11-30Make the dumper safe against null declaration names.John McCall
2010-11-24Appease versions of GCC which don't correctly support injected classJohn McCall
2010-11-24This is probably an important file.John McCall