aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DumpXML.cpp
AgeCommit message (Expand)Author
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-01-16Rework the traversal of Objective-C categories and extensions toDouglas Gregor
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-10-21PR14141 (part of DR1351): An implicitly-deduced "any" exception specificationRichard Smith
2012-10-18Put used="1" on all used declarations in the XML dumper. This allows us toNick Lewycky
2012-10-16Add pnaclcall convention to Native Client targets.Derek Schuff
2012-10-10Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman
2012-08-22Fix typo in debug method.Benjamin Kramer
2012-08-14Do NOT use inline functions with LLVM_ATTRIBUTE_USED.Benjamin Kramer
2012-08-10Provide isConst/Volatile on CXXMethodDecl.David Blaikie
2012-07-26Added -ast-dump-filter option to clang -cc1.Alexander Kornienko
2012-07-19Remove HasSynthBitfield and all callers/writers/etc. Also removeEric Christopher
2012-06-07Plug a long standing memory leak in TemplateArgument.Benjamin Kramer
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