1. 8483443 Rename dump to dumpDeclContext, so that call RD->dump() won't dump the decl context by default. by Anders Carlsson · 15 years ago
  2. 2b7d8dd Add DeclContext::dump. by Anders Carlsson · 15 years ago
  3. 0ae7b3f Implement template instantiation for exception specifications. Also, by Douglas Gregor · 15 years ago
  4. 51fa86f r90313, in which OverloadedFunctionDecl is removed and never spoken of again. by John McCall · 15 years ago
  5. 770b4a8 Remove VISIBILITY_HIDDEN from lib/AST. by Benjamin Kramer · 15 years ago
  6. eb0d8c9 Let using directives refer to namespace aliases. Fixes PR5479. by Sebastian Redl · 15 years ago
  7. 512ce60 DeclPrinter: Indent access specifiers. by Daniel Dunbar · 15 years ago
  8. 7ba107a Incremental progress on using declarations. Split UnresolvedUsingDecl into by John McCall · 15 years ago
  9. 321c22f Add SourceLocations to ObjCClassDecl for the class identifiers referenced by @class. by Ted Kremenek · 15 years ago
  10. 9488ea1 Instead of hanging a using declaration's target decls directly off the using by John McCall · 15 years ago
  11. 9f853df Unify the way destructor epilogues are generated for synthesized and regular destructors. Also fix PR5529. by Anders Carlsson · 15 years ago
  12. 0130f3c Rename FunctionDecl::isInline/setInline to by Douglas Gregor · 15 years ago
  13. 58e4677 Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 15 years ago
  14. f88df86 Make Decl::dump const. by Anders Carlsson · 15 years ago
  15. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  16. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  17. d7eff68 Ensure that the tag decls of friend decls aren't added to the friending class's by John McCall · 15 years ago
  18. 35eda44 Add a workaround for decls that come from friend decls pointing to undeclared classes. by Anders Carlsson · 15 years ago
  19. 018e9fe In DeclPrinter, assert when asked to print AS_None. by Anders Carlsson · 15 years ago
  20. 0d59292 Add printing of access specifiers to DeclPrinter. The formatting is pretty bad but it works :) by Anders Carlsson · 15 years ago
  21. f53eaa5 Improve support for using decls in the decl printer. by Anders Carlsson · 15 years ago
  22. 6cb7c1a Replace cerr with errs(). by Benjamin Kramer · 15 years ago
  23. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  24. fd350b5 Add builtin knowledge about longjmp being noreturn. Add printing for by Mike Stump · 15 years ago
  25. 50b8eea More work toward initialization of objects in constructors. by Fariborz Jahanian · 15 years ago
  26. 393612e Patch to accomodate Doug's comment on default by Fariborz Jahanian · 15 years ago
  27. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
  28. 5cad1f7 Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. by Ted Kremenek · 15 years ago
  29. 1a1a6e2 Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. by Ted Kremenek · 15 years ago
  30. a8ded8b Fixed a stinko which caused an ast-print test failure. by Fariborz Jahanian · 15 years ago
  31. 7b62487 #ifdef'ed out -ast-print of destructors which caused by Fariborz Jahanian · 15 years ago
  32. 560de45 Added ASTs to destructor decl AST for default destruction of object's by Fariborz Jahanian · 15 years ago
  33. 29146ad Added a FIXME and prevent crash when listing by Fariborz Jahanian · 15 years ago
  34. 939afd8 Fixes a minor bug in pretty printing of ctor defs. by Fariborz Jahanian · 15 years ago
  35. 66192ad Added pretty-printing support for constructor definition. by Fariborz Jahanian · 15 years ago
  36. 5068ab6 Look through vector types when determining the base type of a type for declarator printing. Bug found via the PCH tester by Douglas Gregor · 15 years ago
  37. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  38. 6fb0aee Remove the ASTContext parameter from the getBody() methods of Decl and subclasses. by Argyrios Kyrtzidis · 15 years ago
  39. f1d60ea Remove the ASTContext parameter from the printing related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  40. 6d845ae Keep track of whether a type parameter is actually a type parameter pack. by Anders Carlsson · 15 years ago
  41. 0487f66 Minor improvements to template parameter writing. by Anders Carlsson · 15 years ago
  42. f757ae7 Add a little FIXME for C++ class printing by Douglas Gregor · 15 years ago
  43. 59e6357 AST printing for C++ base classes by Douglas Gregor · 15 years ago
  44. 6c9c940 Pretty printing and improved representation for namespace alias declarations by Douglas Gregor · 15 years ago
  45. 3d4a7c9 Add a hack to prevent us from printing out the __builtin_va_list by Eli Friedman · 15 years ago
  46. 8419fa3 Printing for using directives, e.g., by Douglas Gregor · 15 years ago
  47. 6620a62 Never suppress specifiers when printing the parameters of a function by Douglas Gregor · 15 years ago
  48. 48d14a2 Add a Stmt::printPretty overload which takes an ASTContext; start by Eli Friedman · 15 years ago
  49. 42f42c0 Expose an API to print a group of decls (like "int a,b;"). by Eli Friedman · 15 years ago
  50. 64f6500 Clean up printing for Objective-C, designated initializers. by Douglas Gregor · 15 years ago
  51. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago