summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-071-4/+4
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-271-2/+2
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-2/+2
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-1/+2
* Modules: introduce the __module_private__ declaration specifier, whichDouglas Gregor2011-09-091-2/+17
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-5/+1
* Fix incorrect code indentation and silence dead store warning due to idiomati...Ted Kremenek2011-08-171-43/+45
* Add template instantiations to the output of -ast-dump.Richard Trieu2011-07-281-10/+59
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-11/+11
* Automatic Reference Counting.John McCall2011-06-151-0/+5
* Added 'atomic' for objc properties.Fariborz Jahanian2011-06-111-0/+5
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-52/+63
* Modify some deleted function methods to better reflect reality:Alexis Hunt2011-05-061-3/+3
* Remove dead variable caught by GCC.Nick Lewycky2011-05-021-3/+0
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-011-1/+1
* When printing a base-specifier, print the ellipsis ("...") if it is aDouglas Gregor2011-04-271-0/+3
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+7
* Teach -ast-print how to print template template parameters.Richard Smith2011-04-151-3/+8
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-1/+2
* Support for printing/dumping static assertsPeter Collingbourne2011-03-161-0/+9
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-5/+15
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-3/+3
* Step #2/N of __label__ support: keep pushing LabelDecl forward,Chris Lattner2011-02-171-0/+6
* 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-2/+2
* Implement support for template template parameter packs, e.g.,Douglas Gregor2011-01-051-2/+5
* When instantiating a non-type template parameter pack, be sure toDouglas Gregor2010-12-241-0/+3
* Added missing IgnoreParens().Abramo Bagnara2010-12-141-3/+9
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-2/+1
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-041-2/+2
* Added struct/class syntactic info for c++0x scoped enum.Abramo Bagnara2010-12-031-2/+6
* AST printing for scoped enumerations and enumerations with a fixed underlying...Douglas Gregor2010-12-011-3/+16
* Make sure to print cvr-qualifiers on function declarationsDouglas Gregor2010-11-191-0/+10
* Tweak in DeclPrinter printing of uses of copy constructors. Patch by Jim Goo...Ted Kremenek2010-09-171-2/+5
* Fix DeclPrinter to not include '=' in printing when no initializer is provide...Ted Kremenek2010-09-071-3/+3
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-5/+6
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-1/+1
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-10/+3
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-3/+10
* Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>.Ted Kremenek2010-07-301-0/+6
* Fix a crashing but trying to print a TemplateTemplateParmDeclCraig Silverstein2010-07-091-1/+5
* AST: Propogate printing policy to types in a bunch more places.Daniel Dunbar2010-06-301-1/+2
* Don't ast-print the builtin __[u]int128_t.Argyrios Kyrtzidis2010-06-171-4/+9
* Revert r106099; it broke self-host.Douglas Gregor2010-06-161-1/+1
* Added TemplateTypeParmType::getDecl().Abramo Bagnara2010-06-161-1/+1
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-16/+11
* And finally, revert the accidental check-in part of the previous reversion. I...Sebastian Redl2010-05-071-5/+1
* Revert 103247, it causes lots of test failures.Sebastian Redl2010-05-071-1/+5
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-40/+29
OpenPOWER on IntegriCloud