- 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- f8ec55a Add CastExpr::getCastKindName and use it in the StmtDumper. by Anders Carlsson · 15 years ago
- b633c4e Add a CK_FunctionToPointerDecay cast kind. by Anders Carlsson · 15 years ago
- 7fe5d72 path to ir-gen 12.3.1 Conversion by constructor by Fariborz Jahanian · 15 years ago
- be3289d More work for conversion functions. by Mike Stump · 15 years ago
- 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
- 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
- 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
- 0e67f9d Fix spacing by Anders Carlsson · 15 years ago
- 0eca1b6 Add some information about temporaries to the statement dumper. by Anders Carlsson · 15 years ago
- e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
- d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 15 years ago
- 5466c7b Audit __private_extern__ handling. by Daniel Dunbar · 16 years ago
- f279725 simplify by Chris Lattner · 16 years ago
- ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 16 years ago
- 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 16 years ago
- b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
- 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
- df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 16 years ago
- 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
- 39f34e9 Migrate some stuff from NamedDecl::getName() to by Chris Lattner · 16 years ago
- 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
- 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
- 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
- 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
- 0518999 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. by Sebastian Redl · 16 years ago
- cd9b46e Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr by Douglas Gregor · 16 years ago
- 49badde Refactor the expression class hierarchy for casts. Most importantly: by Douglas Gregor · 16 years ago
- 35bc082 Simplify handling of struct/union/class tags. by Argyrios Kyrtzidis · 16 years ago
- 04a72b7 Use Decl::decl_iterator instead of walking the ScopedDecl chain (which will soon be removed). by Ted Kremenek · 16 years ago
- e66f4e3 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
- 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
- acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
- d9f6910 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 16 years ago
- 3cb640b fix an extraneous blank line in -ast-dump output. by Chris Lattner · 16 years ago
- 63e9d56 remove dead enums. by Chris Lattner · 16 years ago
- 0d17f6f Switch 'super' from being a weird cast thing to being a predefined expr node. by Chris Lattner · 16 years ago
- 4515ff4 Dump the name of CXXStruct/CXXUnion/CXXClass Decl subclasses. by Argyrios Kyrtzidis · 16 years ago
- da8249e Fix ast dumping to work with long double literals, e.g. we dump: by Chris Lattner · 16 years ago
- 218543b Minor tweak to -ast-dump for ivars. by Steve Naroff · 16 years ago
- 466c2e3 Tweak AST dumper for ObjC ivars. by Steve Naroff · 16 years ago
- ea958e57 Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname "fields". This saves us a pointer. by Ted Kremenek · 17 years ago
- 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 17 years ago
- 97b7f26 Remove uses of "Selector&" and "const Selector&", since Selector is just an by Ted Kremenek · 17 years ago
- 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 17 years ago
- bad3785 print cvr qualifiers on simplified typedefs by Chris Lattner · 17 years ago
- bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from AST/StmtDumper.cpp]
- 3c64d9e -Add missing visitor for ObjCIvarRefExpr. by Steve Naroff · 17 years ago
- b3d914b When AST-dumping ObjCMessageExpr, output the selector. by Ted Kremenek · 17 years ago
- a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
- 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
- 5399ce2 Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: by Ted Kremenek · 17 years ago
- f155e46 Removed VisitDeclStmt(). The initializers of a DeclStmt are now automatically by Ted Kremenek · 17 years ago
- 9219928 by Steve Naroff · 17 years ago
- 91d1d7a Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive by Ted Kremenek · 17 years ago
- 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
- 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
- c5c42f5 Steve, pointer out that getName() is available for selectors. Made code much smaller, thanks. by Fariborz Jahanian · 17 years ago
- f24d95a Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 17 years ago
- b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
- aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
- c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
- c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
- 9474504 by Steve Naroff · 17 years ago
- eb641f9 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
- 9dcbfa4 by Steve Naroff · 17 years ago
- e300c87 Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
- 17a1a72 Previous commit should have been: by Chris Lattner · 17 years ago
- b393879 elimiante some virtual calls. by Chris Lattner · 17 years ago
- 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
- 4a70adb null pointers don't get an extra newline. by Chris Lattner · 17 years ago
- 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
- eb14fe8 Split the ASTNode out for compound assignments out from binary operators. Now by Chris Lattner · 17 years ago
- dfce2a5 print the computation type for compound assignment operators in dumps. by Chris Lattner · 17 years ago
- f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
- 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
- c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
- 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
- ee41ce5 make sure to add a newline at the end of the dump by Chris Lattner · 17 years ago
- f9e0581 implement dumper support for declstmt's. The dumper is now "done". by Chris Lattner · 17 years ago
- 13cb21f implement dumper support for the rest of expressions. by Chris Lattner · 17 years ago
- 5fc6107 dump strings with escapes and other stuff in them nicely. by Chris Lattner · 17 years ago
- a0df31a add dumping support for some new nodes by Chris Lattner · 17 years ago
- fd8f7da Dump out types for expressions, and handle typedefs nicely. by Chris Lattner · 17 years ago
- 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago