Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c5f7459b2d60ad55ed2ab3cfd281d9c718f5a8df
/
lib
/
AST
/
StmtIterator.cpp
162e1c1
Support for C++11 (non-template) alias declarations.
by Richard Smith
· 14 years ago
f4c7371
Change QualType::getTypePtr() to return a const pointer, then change a
by John McCall
· 14 years ago
35628d1
Add StmtIterator support for iterating over both the condition
by Ted Kremenek
· 15 years ago
b03f630
Increase StmtIterator size by one pointer (separating out the Stmt** from the union including Decl* and Decl**).
by Ted Kremenek
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
78d1583
When evaluating a VarDecl as a constant or determining whether it is
by Douglas Gregor
· 15 years ago
682bf92
Push DeclGroup much farther throughout the compiler. Now the various
by Chris Lattner
· 16 years ago
344d4c8
Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would
by Ted Kremenek
· 16 years ago
4afa39d
Remove ScopedDecl, collapsing all of its functionality into Decl, so
by Douglas Gregor
· 16 years ago
898574e
Introduce basic support for dependent types, type-dependent
by Douglas Gregor
· 16 years ago
8a213de
A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent commit actually introduced a regression, not fixed a bug.
by Ted Kremenek
· 16 years ago
3e6d120
Add StmtIterator support for DeclGroups.
by Ted Kremenek
· 16 years ago
acc5f3e
More #include cleaning
by Daniel Dunbar
· 16 years ago
b306404
Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl.
by Ted Kremenek
· 16 years ago
b0c0554
PR2347: Fix crash iterating over VLAs; this started triggering because
by Eli Friedman
· 16 years ago
bda0b62
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from AST/StmtIterator.cpp]
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
b51d2b2
Added "mode" to StmtIterator to record if the expression being iterated
by Ted Kremenek
· 17 years ago
699e9fb
Added support to StmtIterator to traverse the size expression of a VLA type
by Ted Kremenek
· 17 years ago
771fe16
Added support for StmtIterators to iterate over the size expressions
by Ted Kremenek
· 17 years ago
103a1b4
Fixed deadcode bug where check for NULL decl occured within a block
by Ted Kremenek
· 17 years ago
92866e2
Modified StmtIterator to support iteration over the size expressions
by Ted Kremenek
· 17 years ago
65f31e4
Renamed internal variables of StmtIteratorBase to make the code
by Ted Kremenek
· 17 years ago
00a1ef5
Disambiguated variable name to comply with VC++'s archaic variable scoping rules.
by Hartmut Kaiser
· 17 years ago
b990f18
Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls.
by Ted Kremenek
· 17 years ago
22c0fcb
Modified operator* for StmtIterator to return Stmt*& instead of Stmt*.
by Ted Kremenek
· 17 years ago
9ac5928
Fixed DeclStmt::child_begin() to actually create an iterator that
by Ted Kremenek
· 17 years ago
c325e7f
Refactored StmtIterator into classes StmtIteratorBase (non-templated)
by Ted Kremenek
· 17 years ago
c7c326a
Fixed broken build.
by Ted Kremenek
· 17 years ago
9caf8b1
Implemented 90% functionality of new child_iterator for Stmt objects
by Ted Kremenek
· 17 years ago