| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add builtin knowledge about longjmp being noreturn. Add printing for | Mike Stump | 2009-07-27 | 1 | -0/+2 |
* | More work toward initialization of objects | Fariborz Jahanian | 2009-07-24 | 1 | -6/+7 |
* | Patch to accomodate Doug's comment on default | Fariborz Jahanian | 2009-07-21 | 1 | -9/+10 |
* | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -3/+3 |
* | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -2/+2 |
* | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -1/+1 |
* | Fixed a stinko which caused an ast-print test failure. | Fariborz Jahanian | 2009-07-15 | 1 | -2/+0 |
* | #ifdef'ed out -ast-print of destructors which caused | Fariborz Jahanian | 2009-07-15 | 1 | -0/+2 |
* | Added ASTs to destructor decl AST for default destruction of object's | Fariborz Jahanian | 2009-07-15 | 1 | -0/+30 |
* | Added a FIXME and prevent crash when listing | Fariborz Jahanian | 2009-07-14 | 1 | -5/+6 |
* | Fixes a minor bug in pretty printing of ctor defs. | Fariborz Jahanian | 2009-07-13 | 1 | -3/+2 |
* | Added pretty-printing support for constructor definition. | Fariborz Jahanian | 2009-07-13 | 1 | -1/+41 |
* | Look through vector types when determining the base type of a type for declar... | Douglas Gregor | 2009-07-01 | 1 | -0/+2 |
* | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -3/+2 |
* | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
* | Remove the ASTContext parameter from the printing related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -15/+12 |
* | Keep track of whether a type parameter is actually a type parameter pack. | Anders Carlsson | 2009-06-12 | 1 | -0/+3 |
* | Minor improvements to template parameter writing. | Anders Carlsson | 2009-06-04 | 1 | -2/+44 |
* | Add a little FIXME for C++ class printing | Douglas Gregor | 2009-05-31 | 1 | -0/+1 |
* | AST printing for C++ base classes | Douglas Gregor | 2009-05-30 | 1 | -8/+46 |
* | Pretty printing and improved representation for namespace alias declarations | Douglas Gregor | 2009-05-30 | 1 | -0/+8 |
* | Add a hack to prevent us from printing out the __builtin_va_list | Eli Friedman | 2009-05-30 | 1 | -0/+5 |
* | Printing for using directives, e.g., | Douglas Gregor | 2009-05-30 | 1 | -1/+20 |
* | Never suppress specifiers when printing the parameters of a function | Douglas Gregor | 2009-05-30 | 1 | -3/+6 |
* | Add a Stmt::printPretty overload which takes an ASTContext; start | Eli Friedman | 2009-05-30 | 1 | -6/+11 |
* | Expose an API to print a group of decls (like "int a,b;"). | Eli Friedman | 2009-05-30 | 1 | -14/+129 |