| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
| * | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -2/+2 |
| * | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -2/+5 |
| * | When instantiating a non-type template parameter pack, be sure to | Douglas Gregor | 2010-12-24 | 1 | -0/+3 |
| * | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -3/+9 |
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -2/+1 |
| * | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet | 2010-12-04 | 1 | -2/+2 |
| * | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara | 2010-12-03 | 1 | -2/+6 |
| * | AST printing for scoped enumerations and enumerations with a fixed underlying... | Douglas Gregor | 2010-12-01 | 1 | -3/+16 |
| * | Make sure to print cvr-qualifiers on function declarations | Douglas Gregor | 2010-11-19 | 1 | -0/+10 |
| * | Tweak in DeclPrinter printing of uses of copy constructors. Patch by Jim Goo... | Ted Kremenek | 2010-09-17 | 1 | -2/+5 |
| * | Fix DeclPrinter to not include '=' in printing when no initializer is provide... | Ted Kremenek | 2010-09-07 | 1 | -3/+3 |
| * | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall | 2010-08-26 | 1 | -5/+6 |
| * | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -1/+1 |
| * | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor | 2010-08-11 | 1 | -10/+3 |
| * | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl | 2010-08-09 | 1 | -3/+10 |
| * | Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>. | Ted Kremenek | 2010-07-30 | 1 | -0/+6 |
| * | Fix a crashing but trying to print a TemplateTemplateParmDecl | Craig Silverstein | 2010-07-09 | 1 | -1/+5 |
| * | AST: Propogate printing policy to types in a bunch more places. | Daniel Dunbar | 2010-06-30 | 1 | -1/+2 |
| * | Don't ast-print the builtin __[u]int128_t. | Argyrios Kyrtzidis | 2010-06-17 | 1 | -4/+9 |
| * | Revert r106099; it broke self-host. | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
| * | Added TemplateTypeParmType::getDecl(). | Abramo Bagnara | 2010-06-16 | 1 | -1/+1 |
| * | Added AccessSpecDecl node. | Abramo Bagnara | 2010-06-05 | 1 | -16/+11 |
| * | And finally, revert the accidental check-in part of the previous reversion. I... | Sebastian Redl | 2010-05-07 | 1 | -5/+1 |
| * | Revert 103247, it causes lots of test failures. | Sebastian Redl | 2010-05-07 | 1 | -1/+5 |
| * | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -40/+29 |
| * | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 1 | -21/+41 |
| * | Rename dump to dumpDeclContext, so that call RD->dump() won't dump the decl c... | Anders Carlsson | 2009-12-14 | 1 | -1/+1 |
| * | Add DeclContext::dump. | Anders Carlsson | 2009-12-09 | 1 | -0/+11 |
| * | Implement template instantiation for exception specifications. Also, | Douglas Gregor | 2009-12-08 | 1 | -0/+18 |
| * | r90313, in which OverloadedFunctionDecl is removed and never spoken of again. | John McCall | 2009-12-02 | 1 | -6/+0 |
| * | Remove VISIBILITY_HIDDEN from lib/AST. | Benjamin Kramer | 2009-11-28 | 1 | -3/+1 |
| * | Let using directives refer to namespace aliases. Fixes PR5479. | Sebastian Redl | 2009-11-23 | 1 | -1/+1 |
| * | DeclPrinter: Indent access specifiers. | Daniel Dunbar | 2009-11-21 | 1 | -3/+6 |
| * | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall | 2009-11-18 | 1 | -3/+11 |
| * | Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ... | Ted Kremenek | 2009-11-18 | 1 | -1/+1 |
| * | Instead of hanging a using declaration's target decls directly off the using | John McCall | 2009-11-17 | 1 | -1/+6 |
| * | Unify the way destructor epilogues are generated for synthesized and regular ... | Anders Carlsson | 2009-11-17 | 1 | -31/+0 |
| * | Rename FunctionDecl::isInline/setInline to | Douglas Gregor | 2009-10-27 | 1 | -1/+1 |
| * | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall | 2009-10-23 | 1 | -6/+1 |
| * | Make Decl::dump const. | Anders Carlsson | 2009-09-26 | 1 | -4/+4 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -3/+3 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -63/+62 |
| * | Ensure that the tag decls of friend decls aren't added to the friending class's | John McCall | 2009-09-02 | 1 | -3/+1 |
| * | Add a workaround for decls that come from friend decls pointing to undeclared... | Anders Carlsson | 2009-08-29 | 1 | -1/+4 |
| * | In DeclPrinter, assert when asked to print AS_None. | Anders Carlsson | 2009-08-29 | 1 | -4/+4 |
| * | Add printing of access specifiers to DeclPrinter. The formatting is pretty ba... | Anders Carlsson | 2009-08-28 | 1 | -8/+25 |
| * | Improve support for using decls in the decl printer. | Anders Carlsson | 2009-08-28 | 1 | -0/+16 |
| * | Replace cerr with errs(). | Benjamin Kramer | 2009-08-23 | 1 | -1/+0 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -3/+3 |