summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-21/+41
* Rename dump to dumpDeclContext, so that call RD->dump() won't dump the decl c...Anders Carlsson2009-12-141-1/+1
* Add DeclContext::dump.Anders Carlsson2009-12-091-0/+11
* Implement template instantiation for exception specifications. Also,Douglas Gregor2009-12-081-0/+18
* r90313, in which OverloadedFunctionDecl is removed and never spoken of again.John McCall2009-12-021-6/+0
* Remove VISIBILITY_HIDDEN from lib/AST.Benjamin Kramer2009-11-281-3/+1
* Let using directives refer to namespace aliases. Fixes PR5479.Sebastian Redl2009-11-231-1/+1
* DeclPrinter: Indent access specifiers.Daniel Dunbar2009-11-211-3/+6
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-3/+11
* Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek2009-11-181-1/+1
* Instead of hanging a using declaration's target decls directly off the using John McCall2009-11-171-1/+6
* Unify the way destructor epilogues are generated for synthesized and regular ...Anders Carlsson2009-11-171-31/+0
* Rename FunctionDecl::isInline/setInline toDouglas Gregor2009-10-271-1/+1
* Remove OriginalTypeParmDecl; the original type is the one specifiedJohn McCall2009-10-231-6/+1
* Make Decl::dump const.Anders Carlsson2009-09-261-4/+4
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-3/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-63/+62
* Ensure that the tag decls of friend decls aren't added to the friending class'sJohn McCall2009-09-021-3/+1
* Add a workaround for decls that come from friend decls pointing to undeclared...Anders Carlsson2009-08-291-1/+4
* In DeclPrinter, assert when asked to print AS_None.Anders Carlsson2009-08-291-4/+4
* Add printing of access specifiers to DeclPrinter. The formatting is pretty ba...Anders Carlsson2009-08-281-8/+25
* Improve support for using decls in the decl printer.Anders Carlsson2009-08-281-0/+16
* Replace cerr with errs().Benjamin Kramer2009-08-231-1/+0
* Change uses of:Ted Kremenek2009-07-291-3/+3
OpenPOWER on IntegriCloud