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