summaryrefslogtreecommitdiffstats
path: root/clang/AST/StmtDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-486/+0
* -Add missing visitor for ObjCIvarRefExpr.Steve Naroff2008-03-121-0/+8
* When AST-dumping ObjCMessageExpr, output the selector.Ted Kremenek2008-02-291-0/+6
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920:Ted Kremenek2007-12-121-9/+28
* Removed VisitDeclStmt(). The initializers of a DeclStmt are now automaticallyTed Kremenek2007-12-121-15/+0
* Now that we are passing back "free standing decls", make sure -ast-dump works...Steve Naroff2007-11-171-1/+9
* Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitiveTed Kremenek2007-10-171-1/+1
* Implementation of AST for @protocol expression.Fariborz Jahanian2007-10-171-0/+8
* Add a new Rewriter::getRangeSize method.Chris Lattner2007-10-161-3/+3
* Steve, pointer out that getName() is available for selectors. Made code much ...Fariborz Jahanian2007-10-161-9/+1
* Fix problem dumping/printing method names with null selector.Fariborz Jahanian2007-10-161-1/+4
* Patch to implement AST generation for objective-c's @selector expression.Fariborz Jahanian2007-10-161-0/+14
* Rename FileVariable -> FileVar for consistency with its class name, Chris Lattner2007-10-081-3/+3
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-1/+1
* further apfloat'ize the front-end, allowing codegen to pass Chris Lattner2007-09-221-1/+1
* Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.Steve Naroff2007-09-131-1/+1
* Modified dumping of Decl information to including the Decl type.Ted Kremenek2007-09-101-2/+19
* Finish converting SwitchStmt AST to source ranges.Steve Naroff2007-09-011-10/+6
* Teach the stmtdumper to dump location/range info when a SourceMgr is available.Chris Lattner2007-08-301-6/+64
* Previous commit should have been:Chris Lattner2007-08-301-102/+30
* elimiante some virtual calls.Chris Lattner2007-08-301-155/+31
* Allow a SourceManager to optionally be passed into Stmt::dumpChris Lattner2007-08-301-4/+21
* null pointers don't get an extra newline.Chris Lattner2007-08-261-1/+1
* add a new ImaginaryLiteral AST node that is used toChris Lattner2007-08-261-0/+8
* Split the ASTNode out for compound assignments out from binary operators. NowChris Lattner2007-08-251-5/+11
* print the computation type for compound assignment operators in dumps.Chris Lattner2007-08-241-1/+6
* Parse @encode expressions.Anders Carlsson2007-08-221-0/+8
* Implement parsing and code generation of Objective-C string literals.Anders Carlsson2007-08-211-0/+10
* Switch StmtVisitor from using dynamic to static dispatch. This makes it Chris Lattner2007-08-211-6/+6
* Modified ArraySubscriptExpr to have accessors getLHS and getRHS in additionTed Kremenek2007-08-201-2/+2
* make sure to add a newline at the end of the dumpChris Lattner2007-08-101-0/+2
* implement dumper support for declstmt's. The dumper is now "done".Chris Lattner2007-08-091-25/+31
* implement dumper support for the rest of expressions.Chris Lattner2007-08-091-75/+54
* dump strings with escapes and other stuff in them nicely.Chris Lattner2007-08-091-16/+15
* add dumping support for some new nodesChris Lattner2007-08-091-59/+15
* Dump out types for expressions, and handle typedefs nicely. Chris Lattner2007-08-091-1/+11
* add a new AST dumper interface (E->dump()). This dumps outChris Lattner2007-08-081-0/+562
OpenPOWER on IntegriCloud