Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
e3a5daf26e021b59be74946d6e23eecb0599aa90
/
AST
/
StmtIterator.cpp
e3a5daf
Added support for StmtIterators to iterate over the size expressions
by Ted Kremenek
· 18 years ago
c2205b4
Fixed deadcode bug where check for NULL decl occured within a block
by Ted Kremenek
· 18 years ago
fce813e
Modified StmtIterator to support iteration over the size expressions
by Ted Kremenek
· 18 years ago
e0f9761
Renamed internal variables of StmtIteratorBase to make the code
by Ted Kremenek
· 18 years ago
f70959b
Disambiguated variable name to comply with VC++'s archaic variable scoping rules.
by Hartmut Kaiser
· 18 years ago
1529405
Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls.
by Ted Kremenek
· 18 years ago
c65a1fc
Modified operator* for StmtIterator to return Stmt*& instead of Stmt*.
by Ted Kremenek
· 18 years ago
a647855
Fixed DeclStmt::child_begin() to actually create an iterator that
by Ted Kremenek
· 18 years ago
6d11267
Refactored StmtIterator into classes StmtIteratorBase (non-templated)
by Ted Kremenek
· 18 years ago
38290e8
Fixed broken build.
by Ted Kremenek
· 18 years ago
4f39825
Implemented 90% functionality of new child_iterator for Stmt objects
by Ted Kremenek
· 18 years ago