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
/
Stmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert more statments over to SourceRanges...
Steve Naroff
2007-08-31
1
-0
/
+8
*
Fixed bug for CaseStmt where the child_begin/child_end methods were not
Ted Kremenek
2007-08-30
1
-3
/
+7
*
elimiante some virtual calls.
Chris Lattner
2007-08-30
1
-2
/
+2
*
Fixed bug in child_begin/child_end for ReturnStmt where the iterator
Ted Kremenek
2007-08-27
1
-3
/
+7
*
fix off-by-one error
Chris Lattner
2007-08-25
1
-3
/
+3
*
rename sNames -> StmtClassInfo. Make lookups constant time.
Chris Lattner
2007-08-25
1
-24
/
+33
*
Added child_begin/child_end to all subclasses of Stmt in Stmt.h. All
Ted Kremenek
2007-08-24
1
-0
/
+70
*
Switch StmtVisitor from using dynamic to static dispatch. This makes it
Chris Lattner
2007-08-21
1
-7
/
+0
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-1
/
+0
*
implement full sema support for the GCC address-of-label extension.
Chris Lattner
2007-05-28
1
-0
/
+6
*
Bug #:
Steve Naroff
2007-05-23
1
-4
/
+37
*
Bug #:
Steve Naroff
2007-04-02
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-03-23
1
-0
/
+18
*
More changes to complete the dynamic type support for Stmt/Expr.
Steve Naroff
2007-02-27
1
-2
/
+2
*
Add support for parsing and pretty printing const_cast, dynamic_cast,
Chris Lattner
2006-12-04
1
-2
/
+1
*
use the StmtNodes.def database to eliminate redundant code.
Chris Lattner
2006-11-04
1
-9
/
+4
*
implement ast nodes for while and do loops
Chris Lattner
2006-11-04
1
-0
/
+2
*
Add AST node, AST building, actions, and printing for 'for' stmts.
Chris Lattner
2006-11-04
1
-0
/
+1
*
make visit methods take a reference to a visitor instead of a pointer.
Chris Lattner
2006-11-04
1
-38
/
+7
*
implement visitor chaining.
Chris Lattner
2006-11-04
1
-1
/
+1
*
add a new StmtVisitor class for traversing Stmt/Expr nodes.
Chris Lattner
2006-11-04
1
-0
/
+5
*
add ast node for ifstmt
Chris Lattner
2006-10-25
1
-0
/
+8
*
Make the driver print function bodies at -parse-print-ast
Chris Lattner
2006-10-25
1
-4
/
+5
*
Make AST nodes for ReturnStmt's and CompoundStmts
Chris Lattner
2006-10-25
1
-0
/
+16
*
Add new Stmt class
Chris Lattner
2006-10-25
1
-0
/
+29