1. 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
  2. f9b949f AST work to support [C++] [IRgen] for ?: with missing LHS by Fariborz Jahanian · 14 years ago
  3. d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 14 years ago
  4. 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
  5. 2f4eaef Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() by Benjamin Kramer · 14 years ago
  6. 9668033 Revert the dump functions to send output to llvm::errs(), matching the LLVM convention; suggestion by Daniel. by Argyrios Kyrtzidis · 14 years ago
  7. f8cf0b0 Note that a CXXConstructExpr is zeroing when dumping it. by John McCall · 14 years ago
  8. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  9. bc1e146 Send AST dumping/printing to stdout instead of stderr. by Argyrios Kyrtzidis · 14 years ago
  10. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  11. a46325e make -ast-dump print something like this for declstmts: by Chris Lattner · 14 years ago
  12. 0ca4359 Let StmtDumper.cpp handle using declarations. by Sebastian Redl · 14 years ago
  13. c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 14 years ago
  14. 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 14 years ago
  15. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 14 years ago
  16. 04badcf Overhaul the AST representation of Objective-C message send by Douglas Gregor · 14 years ago
  17. 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 14 years ago
  18. d4bbdfe Dump the constructor type for a CXXConstructExpr. by John McCall · 15 years ago
  19. 9d5f35e StmtDumper::VisitUnresolvedLookupExpr by John McCall · 15 years ago
  20. 806c12e Convert StmtDumper to raw_ostream. I forget why. by Daniel Dunbar · 15 years ago
  21. 770b4a8 Remove VISIBILITY_HIDDEN from lib/AST. by Benjamin Kramer · 15 years ago
  22. 0e489ea When dumping implicit cast exprs, print out whether the cast is an lvalue cast or not. by Anders Carlsson · 15 years ago
  23. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
  24. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  25. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  26. f8ec55a Add CastExpr::getCastKindName and use it in the StmtDumper. by Anders Carlsson · 15 years ago
  27. b633c4e Add a CK_FunctionToPointerDecay cast kind. by Anders Carlsson · 15 years ago
  28. 7fe5d72 path to ir-gen 12.3.1 Conversion by constructor by Fariborz Jahanian · 15 years ago
  29. be3289d More work for conversion functions. by Mike Stump · 15 years ago
  30. 27a5b9b Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make -ast-dump print out the cast kinds of cast expressions. by Anders Carlsson · 15 years ago
  31. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  32. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  33. 0e67f9d Fix spacing by Anders Carlsson · 15 years ago
  34. 0eca1b6 Add some information about temporaries to the statement dumper. by Anders Carlsson · 15 years ago
  35. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  36. d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 15 years ago
  37. 5466c7b Audit __private_extern__ handling. by Daniel Dunbar · 15 years ago
  38. f279725 simplify by Chris Lattner · 15 years ago
  39. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 15 years ago
  40. 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 16 years ago
  41. b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
  42. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  43. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 16 years ago
  44. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  45. 39f34e9 Migrate some stuff from NamedDecl::getName() to by Chris Lattner · 16 years ago
  46. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  47. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  48. 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
  49. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  50. 0518999 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. by Sebastian Redl · 16 years ago
  51. cd9b46e Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr by Douglas Gregor · 16 years ago
  52. 49badde Refactor the expression class hierarchy for casts. Most importantly: by Douglas Gregor · 16 years ago
  53. 35bc082 Simplify handling of struct/union/class tags. by Argyrios Kyrtzidis · 16 years ago
  54. 04a72b7 Use Decl::decl_iterator instead of walking the ScopedDecl chain (which will soon be removed). by Ted Kremenek · 16 years ago
  55. e66f4e3 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
  56. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  57. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  58. d9f6910 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 16 years ago
  59. 3cb640b fix an extraneous blank line in -ast-dump output. by Chris Lattner · 16 years ago
  60. 63e9d56 remove dead enums. by Chris Lattner · 16 years ago
  61. 0d17f6f Switch 'super' from being a weird cast thing to being a predefined expr node. by Chris Lattner · 16 years ago
  62. 4515ff4 Dump the name of CXXStruct/CXXUnion/CXXClass Decl subclasses. by Argyrios Kyrtzidis · 16 years ago
  63. da8249e Fix ast dumping to work with long double literals, e.g. we dump: by Chris Lattner · 16 years ago
  64. 218543b Minor tweak to -ast-dump for ivars. by Steve Naroff · 16 years ago
  65. 466c2e3 Tweak AST dumper for ObjC ivars. by Steve Naroff · 16 years ago
  66. ea958e57 Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname "fields". This saves us a pointer. by Ted Kremenek · 16 years ago
  67. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  68. 97b7f26 Remove uses of "Selector&" and "const Selector&", since Selector is just an by Ted Kremenek · 16 years ago
  69. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  70. bad3785 print cvr qualifiers on simplified typedefs by Chris Lattner · 16 years ago
  71. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from AST/StmtDumper.cpp]
  72. 3c64d9e -Add missing visitor for ObjCIvarRefExpr. by Steve Naroff · 17 years ago
  73. b3d914b When AST-dumping ObjCMessageExpr, output the selector. by Ted Kremenek · 17 years ago
  74. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  75. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  76. 5399ce2 Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: by Ted Kremenek · 17 years ago
  77. f155e46 Removed VisitDeclStmt(). The initializers of a DeclStmt are now automatically by Ted Kremenek · 17 years ago
  78. 9219928 by Steve Naroff · 17 years ago
  79. 91d1d7a Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive by Ted Kremenek · 17 years ago
  80. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  81. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  82. c5c42f5 Steve, pointer out that getName() is available for selectors. Made code much smaller, thanks. by Fariborz Jahanian · 17 years ago
  83. f24d95a Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 17 years ago
  84. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  85. aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
  86. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  87. c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  88. 9474504 by Steve Naroff · 17 years ago
  89. eb641f9 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
  90. 9dcbfa4 by Steve Naroff · 17 years ago
  91. e300c87 Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
  92. 17a1a72 Previous commit should have been: by Chris Lattner · 17 years ago
  93. b393879 elimiante some virtual calls. by Chris Lattner · 17 years ago
  94. 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  95. 4a70adb null pointers don't get an extra newline. by Chris Lattner · 17 years ago
  96. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  97. eb14fe8 Split the ASTNode out for compound assignments out from binary operators. Now by Chris Lattner · 17 years ago
  98. dfce2a5 print the computation type for compound assignment operators in dumps. by Chris Lattner · 17 years ago
  99. f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
  100. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago