1. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  2. 2e0b8d9 DeclPrinter, terse mode: don't print function bodies by Dmitri Gribenko · 12 years ago
  3. d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
  4. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  5. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  6. 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
  7. 42c72c2 Do NOT use inline functions with LLVM_ATTRIBUTE_USED. by Benjamin Kramer · 12 years ago
  8. 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 12 years ago
  9. 15631b4 Fix a -ast-dump crash. by Eli Friedman · 12 years ago
  10. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  11. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  12. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  13. 7ad5c99 Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. by Argyrios Kyrtzidis · 12 years ago
  14. c30636a Print inline for inline namespaces, from Faisal Vali by Douglas Gregor · 12 years ago
  15. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  16. 32ad2ee Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, by Ted Kremenek · 12 years ago
  17. 5b9cc5d Represent C++ direct initializers as ParenListExprs before semantic analysis by Sebastian Redl · 12 years ago
  18. a59d20b Print NamedDecls directly to a raw_ostream where possible. by Benjamin Kramer · 13 years ago
  19. 5948ae1 Introduce a non-uglified syntax for module imports in Objective-C: by Douglas Gregor · 13 years ago
  20. bd9482d Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 13 years ago
  21. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  22. 7723fec Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 13 years ago
  23. 2e5c15b Move the definition-specific data of ObjCInterfaceDecl into a by Douglas Gregor · 13 years ago
  24. 15de72c Introduce a module import declaration, so that we properly represent, e.g., by Douglas Gregor · 13 years ago
  25. 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
  26. 13330c4 DeclPrinter: print the declaration's storage class specifier as by Peter Collingbourne · 13 years ago
  27. 5eca37c Fixed CXX struct and class initialization printing to support 'move' by Jim Goodnow II · 13 years ago
  28. b8989f2 Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. by Benjamin Kramer · 13 years ago
  29. 6700415 Add returns_twice to functions that are known to return twice. This implements by Rafael Espindola · 13 years ago
  30. 5e1cdac Rename TagDecl::isDefinition -> isCompleteDefinition by John McCall · 13 years ago
  31. 30c4240 When 'bool' is not a built-in type but is defined as a macro, print by Douglas Gregor · 13 years ago
  32. eb2d1f1 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 13 years ago
  33. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  34. 8c25fc5 OpenCL: introduce support for function scope __local variables by Peter Collingbourne · 13 years ago
  35. 8d267c5 Modules: introduce the __module_private__ declaration specifier, which by Douglas Gregor · 13 years ago
  36. 95ed778 objective-c: Treat top-level objective-c declarations by Fariborz Jahanian · 13 years ago
  37. 07c682a Fix incorrect code indentation and silence dead store warning due to idiomatic code. by Ted Kremenek · 13 years ago
  38. 5cb3d69 Add template instantiations to the output of -ast-dump. by Richard Trieu · 13 years ago
  39. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  40. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  41. f33b1e8 Added 'atomic' for objc properties. by Fariborz Jahanian · 13 years ago
  42. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  43. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago
  44. 7548beb Remove dead variable caught by GCC. by Nick Lewycky · 13 years ago
  45. 4fb86f8 Re-applies the patch first applied way back in r106099, with by Chandler Carruth · 13 years ago
  46. 34a99e7 When printing a base-specifier, print the ellipsis ("...") if it is a by Douglas Gregor · 13 years ago
  47. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  48. 98a5786 Teach -ast-print how to print template template parameters. by Richard Smith · 13 years ago
  49. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 13 years ago
  50. 28ac87e Support for printing/dumping static asserts by Peter Collingbourne · 13 years ago
  51. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 13 years ago
  52. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 13 years ago
  53. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 13 years ago
  54. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  55. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
  56. 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 14 years ago
  57. 56bc983 When instantiating a non-type template parameter pack, be sure to by Douglas Gregor · 14 years ago
  58. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  59. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  60. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  61. a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
  62. 9fa8c46 AST printing for scoped enumerations and enumerations with a fixed underlying type, from Daniel Wallin by Douglas Gregor · 14 years ago
  63. b95cfe4 Make sure to print cvr-qualifiers on function declarations by Douglas Gregor · 14 years ago
  64. c57d655 Tweak in DeclPrinter printing of uses of copy constructors. Patch by Jim Goodnow II. by Ted Kremenek · 14 years ago
  65. bccfd31 Fix DeclPrinter to not include '=' in printing when no initializer is provided for a VarDecl. Patch by Jim Goodnow II! by Ted Kremenek · 14 years ago
  66. d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 14 years ago
  67. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  68. deacbdc Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, by Douglas Gregor · 14 years ago
  69. 74c730a - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition. by Sebastian Redl · 14 years ago
  70. 2d6c906 Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>. by Ted Kremenek · 14 years ago
  71. 0193a72 Fix a crashing but trying to print a TemplateTemplateParmDecl by Craig Silverstein · 14 years ago
  72. 6cb5b5f AST: Propogate printing policy to types in a bunch more places. by Daniel Dunbar · 14 years ago
  73. 2574f6f Don't ast-print the builtin __[u]int128_t. by Argyrios Kyrtzidis · 14 years ago
  74. efed5c8 Revert r106099; it broke self-host. by Douglas Gregor · 14 years ago
  75. 6cd8087 Added TemplateTypeParmType::getDecl(). by Abramo Bagnara · 14 years ago
  76. 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 14 years ago
  77. edd5585 And finally, revert the accidental check-in part of the previous reversion. I'm on a roll. by Sebastian Redl · 14 years ago
  78. 0aa866f Revert 103247, it causes lots of test failures. by Sebastian Redl · 14 years ago
  79. 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 14 years ago
  80. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 15 years ago
  81. 8483443 Rename dump to dumpDeclContext, so that call RD->dump() won't dump the decl context by default. by Anders Carlsson · 15 years ago
  82. 2b7d8dd Add DeclContext::dump. by Anders Carlsson · 15 years ago
  83. 0ae7b3f Implement template instantiation for exception specifications. Also, by Douglas Gregor · 15 years ago
  84. 51fa86f r90313, in which OverloadedFunctionDecl is removed and never spoken of again. by John McCall · 15 years ago
  85. 770b4a8 Remove VISIBILITY_HIDDEN from lib/AST. by Benjamin Kramer · 15 years ago
  86. eb0d8c9 Let using directives refer to namespace aliases. Fixes PR5479. by Sebastian Redl · 15 years ago
  87. 512ce60 DeclPrinter: Indent access specifiers. by Daniel Dunbar · 15 years ago
  88. 7ba107a Incremental progress on using declarations. Split UnresolvedUsingDecl into by John McCall · 15 years ago
  89. 321c22f Add SourceLocations to ObjCClassDecl for the class identifiers referenced by @class. by Ted Kremenek · 15 years ago
  90. 9488ea1 Instead of hanging a using declaration's target decls directly off the using by John McCall · 15 years ago
  91. 9f853df Unify the way destructor epilogues are generated for synthesized and regular destructors. Also fix PR5529. by Anders Carlsson · 15 years ago
  92. 0130f3c Rename FunctionDecl::isInline/setInline to by Douglas Gregor · 15 years ago
  93. 58e4677 Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 15 years ago
  94. f88df86 Make Decl::dump const. by Anders Carlsson · 15 years ago
  95. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  96. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  97. d7eff68 Ensure that the tag decls of friend decls aren't added to the friending class's by John McCall · 15 years ago
  98. 35eda44 Add a workaround for decls that come from friend decls pointing to undeclared classes. by Anders Carlsson · 15 years ago
  99. 018e9fe In DeclPrinter, assert when asked to print AS_None. by Anders Carlsson · 15 years ago
  100. 0d59292 Add printing of access specifiers to DeclPrinter. The formatting is pretty bad but it works :) by Anders Carlsson · 15 years ago