index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
AST
/
StmtDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-486
/
+0
*
-Add missing visitor for ObjCIvarRefExpr.
Steve Naroff
2008-03-12
1
-0
/
+8
*
When AST-dumping ObjCMessageExpr, output the selector.
Ted Kremenek
2008-02-29
1
-0
/
+6
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920:
Ted Kremenek
2007-12-12
1
-9
/
+28
*
Removed VisitDeclStmt(). The initializers of a DeclStmt are now automatically
Ted Kremenek
2007-12-12
1
-15
/
+0
*
Now that we are passing back "free standing decls", make sure -ast-dump works...
Steve Naroff
2007-11-17
1
-1
/
+9
*
Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive
Ted Kremenek
2007-10-17
1
-1
/
+1
*
Implementation of AST for @protocol expression.
Fariborz Jahanian
2007-10-17
1
-0
/
+8
*
Add a new Rewriter::getRangeSize method.
Chris Lattner
2007-10-16
1
-3
/
+3
*
Steve, pointer out that getName() is available for selectors. Made code much ...
Fariborz Jahanian
2007-10-16
1
-9
/
+1
*
Fix problem dumping/printing method names with null selector.
Fariborz Jahanian
2007-10-16
1
-1
/
+4
*
Patch to implement AST generation for objective-c's @selector expression.
Fariborz Jahanian
2007-10-16
1
-0
/
+14
*
Rename FileVariable -> FileVar for consistency with its class name,
Chris Lattner
2007-10-08
1
-3
/
+3
*
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-07
1
-1
/
+1
*
further apfloat'ize the front-end, allowing codegen to pass
Chris Lattner
2007-09-22
1
-1
/
+1
*
Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.
Steve Naroff
2007-09-13
1
-1
/
+1
*
Modified dumping of Decl information to including the Decl type.
Ted Kremenek
2007-09-10
1
-2
/
+19
*
Finish converting SwitchStmt AST to source ranges.
Steve Naroff
2007-09-01
1
-10
/
+6
*
Teach the stmtdumper to dump location/range info when a SourceMgr is available.
Chris Lattner
2007-08-30
1
-6
/
+64
*
Previous commit should have been:
Chris Lattner
2007-08-30
1
-102
/
+30
*
elimiante some virtual calls.
Chris Lattner
2007-08-30
1
-155
/
+31
*
Allow a SourceManager to optionally be passed into Stmt::dump
Chris Lattner
2007-08-30
1
-4
/
+21
*
null pointers don't get an extra newline.
Chris Lattner
2007-08-26
1
-1
/
+1
*
add a new ImaginaryLiteral AST node that is used to
Chris Lattner
2007-08-26
1
-0
/
+8
*
Split the ASTNode out for compound assignments out from binary operators. Now
Chris Lattner
2007-08-25
1
-5
/
+11
*
print the computation type for compound assignment operators in dumps.
Chris Lattner
2007-08-24
1
-1
/
+6
*
Parse @encode expressions.
Anders Carlsson
2007-08-22
1
-0
/
+8
*
Implement parsing and code generation of Objective-C string literals.
Anders Carlsson
2007-08-21
1
-0
/
+10
*
Switch StmtVisitor from using dynamic to static dispatch. This makes it
Chris Lattner
2007-08-21
1
-6
/
+6
*
Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition
Ted Kremenek
2007-08-20
1
-2
/
+2
*
make sure to add a newline at the end of the dump
Chris Lattner
2007-08-10
1
-0
/
+2
*
implement dumper support for declstmt's. The dumper is now "done".
Chris Lattner
2007-08-09
1
-25
/
+31
*
implement dumper support for the rest of expressions.
Chris Lattner
2007-08-09
1
-75
/
+54
*
dump strings with escapes and other stuff in them nicely.
Chris Lattner
2007-08-09
1
-16
/
+15
*
add dumping support for some new nodes
Chris Lattner
2007-08-09
1
-59
/
+15
*
Dump out types for expressions, and handle typedefs nicely.
Chris Lattner
2007-08-09
1
-1
/
+11
*
add a new AST dumper interface (E->dump()). This dumps out
Chris Lattner
2007-08-08
1
-0
/
+562