summaryrefslogtreecommitdiffstats
path: root/lib/AST/DumpXML.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-061-1/+2
* Reapply r151638 and r151641.James Molloy2012-02-291-0/+4
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-281-4/+0
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-281-0/+4
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-111-1/+7
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-2/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-2/+0
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-141-1/+1
* Eliminate redundant, empty functionDouglas Gregor2012-01-011-2/+0
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-7/+6
* Move the data that corresponds to the definition of a protocol into aDouglas Gregor2012-01-011-1/+0
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-5/+0
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-151-1/+1
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-2/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-18/+18
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+1
* Include assembler label for functions in the XML dumpJoerg Sonnenberger2011-05-131-0/+2
* Modify some deleted function methods to better reflect reality:Sean Hunt2011-05-061-2/+2
* Implement support for C++0x alias templates.Richard Smith2011-05-051-1/+2
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+9
* Implement ARM pcs attribute. Basically it's another way of calling convention...Anton Korobeynikov2011-04-141-0/+2
* PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman2011-04-091-1/+1
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-2/+3
* Revert "Add CC_Win64ThisCall and set it in the necessary places."Tilmann Scheller2011-03-021-1/+0
* Add CC_Win64ThisCall and set it in the necessary places.Tilmann Scheller2011-03-021-0/+1
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-1/+1
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Sean Hunt2011-01-081-1/+1
* Replace the representation of template template argument packDouglas Gregor2011-01-051-0/+4
* Clean up the handling of template argument packs, especially in theDouglas Gregor2010-12-201-1/+4
* Tweaks.John McCall2010-12-021-1/+1
* ObjC support in the XML dumper.John McCall2010-12-021-1/+158
* Make the dumper safe against null declaration names.John McCall2010-11-301-0/+3
* Appease versions of GCC which don't correctly support injected classJohn McCall2010-11-241-2/+2
* This is probably an important file.John McCall2010-11-241-0/+861