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
/
StmtIterator.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
-118
/
+0
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added "mode" to StmtIterator to record if the expression being iterated
Ted Kremenek
2007-12-14
1
-2
/
+2
*
Added support to StmtIterator to traverse the size expression of a VLA type
Ted Kremenek
2007-12-14
1
-2
/
+10
*
Added support for StmtIterators to iterate over the size expressions
Ted Kremenek
2007-10-29
1
-4
/
+12
*
Fixed deadcode bug where check for NULL decl occured within a block
Ted Kremenek
2007-10-29
1
-5
/
+6
*
Modified StmtIterator to support iteration over the size expressions
Ted Kremenek
2007-10-29
1
-44
/
+66
*
Renamed internal variables of StmtIteratorBase to make the code
Ted Kremenek
2007-10-29
1
-10
/
+10
*
Disambiguated variable name to comply with VC++'s archaic variable scoping ru...
Hartmut Kaiser
2007-10-25
1
-2
/
+2
*
Modified StmtIterator to now include visiting the initialization expression f...
Ted Kremenek
2007-10-25
1
-8
/
+21
*
Modified operator* for StmtIterator to return Stmt*& instead of Stmt*.
Ted Kremenek
2007-10-24
1
-2
/
+2
*
Fixed DeclStmt::child_begin() to actually create an iterator that
Ted Kremenek
2007-10-18
1
-0
/
+2
*
Refactored StmtIterator into classes StmtIteratorBase (non-templated)
Ted Kremenek
2007-10-18
1
-19
/
+33
*
Fixed broken build.
Ted Kremenek
2007-10-18
1
-2
/
+25
*
Implemented 90% functionality of new child_iterator for Stmt objects
Ted Kremenek
2007-10-18
1
-0
/
+27