summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DumpXML.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-231-1/+0
* Add support for coldcc to clangPeter Collingbourne2013-02-221-0/+1
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-9/+11
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-251-0/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-2/+1
* PR14141 (part of DR1351): An implicitly-deduced "any" exception specificationRichard Smith2012-10-211-0/+10
* Put used="1" on all used declarations in the XML dumper. This allows us toNick Lewycky2012-10-181-1/+3
* Add pnaclcall convention to Native Client targets.Derek Schuff2012-10-161-0/+1
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-1/+1
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-261-2/+2
* Fix typo in debug method.Benjamin Kramer2012-08-221-1/+1
* Do NOT use inline functions with LLVM_ATTRIBUTE_USED.Benjamin Kramer2012-08-141-0/+5
* Provide isConst/Volatile on CXXMethodDecl.David Blaikie2012-08-101-3/+3
* Added -ast-dump-filter option to clang -cc1.Alexander Kornienko2012-07-261-5/+0
* Remove HasSynthBitfield and all callers/writers/etc. Also removeEric Christopher2012-07-191-2/+0
* Plug a long standing memory leak in TemplateArgument.Benjamin Kramer2012-06-071-1/+1
* 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:Alexis 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,Alexis 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
OpenPOWER on IntegriCloud