1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  8. 4e7f00c ObjectiveC: under -Wunused-property-ivar warn if property's by Fariborz Jahanian · 11 years ago
  9. 426589a Teach AST dumper to dump the containing module and hidden flag for declarations. by Richard Smith · 11 years ago
  10. 8219c03 Fix 80-column violation. by Richard Smith · 11 years ago
  11. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  12. c504288 Teach the AST dumper to dump the canonical declaration for a mergeable declaration. by Richard Smith · 11 years ago
  13. fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  14. 71687a0 -ast-dump support for variable templates. by Richard Smith · 11 years ago
  15. 0aae289 ASTDumper: fix dump of CXXCatchStmt by Pavel Labath · 11 years ago
  16. bb6b5e4 Mention in AST dump whether a class declaration is a definition. by Richard Smith · 11 years ago
  17. ad82222 Show which decls are marked invalid in -ast-dump. by Nick Lewycky · 11 years ago
  18. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  19. ab297cc Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 11 years ago
  20. 6e322c0 Add dumping support for DeclContext's StoredDeclsMap. by Richard Smith · 11 years ago
  21. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
  22. e565bfa Fix bitcode desynchronization when loading a PCH containing a class template by Richard Smith · 11 years ago
  23. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  24. c077dbe AST dumping: if a declaration has an uncomputed or uninstantiated exception specification, include that in the dump. by Richard Smith · 11 years ago
  25. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  26. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  27. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  28. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  29. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  30. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  31. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 12 years ago
  32. e252a89 Remove const_casts by making spec_begin()/spec_end() const by Dmitri Gribenko · 12 years ago
  33. 4a19052 AST dumping: indicate the previous declaration for a redeclaration, and by Richard Smith · 12 years ago
  34. ae54121 Use const visitors in ASTDumper. by Alexander Kornienko · 12 years ago
  35. 95f97bf Fix -Wcovered-switch-default and -Wunused-private-field warnings. by Richard Smith · 12 years ago
  36. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  37. 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 12 years ago
  38. 51ccafd Resolved merge error with r172323 (llvm::X -> X) by Alexander Kornienko · 12 years ago
  39. acd356e Dump comments in -ast-dump. http://llvm-reviews.chandlerc.com/D269 by Alexander Kornienko · 12 years ago
  40. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  41. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 12 years ago
  42. c939453 Minor coding style issue: NULL -> 0 by Alexander Kornienko · 12 years ago
  43. ad7bb36 ASTDumper coding style fixes. http://llvm-reviews.chandlerc.com/D226 by Alexander Kornienko · 12 years ago
  44. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  45. 40b66a00 Rename StmtDumper to ASTDumper. Patch contributed by Philip Craig! by Alexander Kornienko · 12 years ago[Renamed (85%) from lib/AST/StmtDumper.cpp]
  46. 21c8b19 StmtDumper coding style changes by Alexander Kornienko · 12 years ago
  47. d5bc359 Rename StmtDumper::DumpSubTree() to dumpStmt() by Alexander Kornienko · 12 years ago
  48. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  49. 95f6190 StmtDumper: remove incomplete support for limiting the maximum dump depth. by Dmitri Gribenko · 12 years ago
  50. cb7b45e Create helper functions in StmtDumper for outputting the indentation, newlines, and brackets. by Manuel Klimek · 12 years ago
  51. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  52. 478851c Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 12 years ago
  53. f70a886 Add support for the C11 _Alignof keyword. by Jordan Rose · 12 years ago
  54. 28ad063 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 12 years ago
  55. 8ab09da Moved the StringLiteral printing code from StmtPrinter into the StringLiteral by Richard Trieu · 12 years ago
  56. 36faadd When AST-dumping the ObjCBoxedExpr node, also print out what selector it chose. by Argyrios Kyrtzidis · 12 years ago
  57. b085d89 Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property by Argyrios Kyrtzidis · 12 years ago
  58. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 13 years ago
  59. 89da8cf Fix the dumping of BlockExprs. by John McCall · 13 years ago
  60. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  61. ac1303e Generate an AST for the conversion from a lambda closure type to a by Douglas Gregor · 13 years ago
  62. a59d20b Print NamedDecls directly to a raw_ostream where possible. by Benjamin Kramer · 13 years ago
  63. 80ee6e8 There's no good reason to track temporaries in ExprWithCleanups, by John McCall · 13 years ago
  64. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  65. 49cf884 In the AST dump, add a space between the type and value for CharacterLiteral. by Richard Trieu · 13 years ago
  66. b8989f2 Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. by Benjamin Kramer · 13 years ago
  67. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  68. cc2fca2 Make StmtDumper::VisitCXXFunctionalCastExpr dump the attached cast kind. Fix the cast kind for a cast from floating-point to enum type. (The difference isn't actually visible, but that's just because IRGen is overly forgiving.) Per report by Enea Zaffanella on cfe-dev. by Eli Friedman · 13 years ago
  69. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  70. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  71. 3aa8140 Add an optional field attached to a DeclRefExpr which points back to the by Chandler Carruth · 13 years ago
  72. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  73. 28ac87e Support for printing/dumping static asserts by Peter Collingbourne · 14 years ago
  74. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
  75. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
  76. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
  77. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  78. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
  79. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  80. 99130e5 Complain on missing property getter method only by Fariborz Jahanian · 14 years ago
  81. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  82. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  83. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  84. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  85. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  86. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  87. 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
  88. f9b949f AST work to support [C++] [IRgen] for ?: with missing LHS by Fariborz Jahanian · 14 years ago
  89. d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 14 years ago
  90. 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
  91. 2f4eaef Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() by Benjamin Kramer · 14 years ago
  92. 9668033 Revert the dump functions to send output to llvm::errs(), matching the LLVM convention; suggestion by Daniel. by Argyrios Kyrtzidis · 14 years ago
  93. f8cf0b0 Note that a CXXConstructExpr is zeroing when dumping it. by John McCall · 14 years ago
  94. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  95. bc1e146 Send AST dumping/printing to stdout instead of stderr. by Argyrios Kyrtzidis · 14 years ago
  96. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  97. a46325e make -ast-dump print something like this for declstmts: by Chris Lattner · 14 years ago
  98. 0ca4359 Let StmtDumper.cpp handle using declarations. by Sebastian Redl · 14 years ago
  99. c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 14 years ago
  100. 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 14 years ago