Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
AST
/
StmtIterator.cpp
21fadad
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
813faed
[ptr-traits] Stop using two bogus types as stand-ins for flags
by Chandler Carruth
· 10 years ago
bfc8413
StmtIterator: Put stmt and decl group pointer into a union.
by Benjamin Kramer
· 10 years ago
36250ad
[C++11] Use 'nullptr'. AST edition.
by Craig Topper
· 11 years ago
2850ba8
Simplify StmtIterator.
by Eli Friedman
· 12 years ago
dda56e4
Support for C++11 (non-template) alias declarations.
by Richard Smith
· 14 years ago
424cec9
Change QualType::getTypePtr() to return a const pointer, then change a
by John McCall
· 15 years ago
b27a6d2
Add StmtIterator support for iterating over both the condition
by Ted Kremenek
· 16 years ago
1bc899f
Increase StmtIterator size by one pointer (separating out the Stmt** from the union including Decl* and Decl**).
by Ted Kremenek
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
31cf12c
When evaluating a VarDecl as a constant or determining whether it is
by Douglas Gregor
· 16 years ago
5bbb3c8
Push DeclGroup much farther throughout the compiler. Now the various
by Chris Lattner
· 17 years ago
be485b6
Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would
by Ted Kremenek
· 17 years ago
6e6ad60
Remove ScopedDecl, collapsing all of its functionality into Decl, so
by Douglas Gregor
· 17 years ago
4619e43
Introduce basic support for dependent types, type-dependent
by Douglas Gregor
· 17 years ago
587a44f
A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent commit actually introduced a regression, not fixed a bug.
by Ted Kremenek
· 17 years ago
f9638ba
Add StmtIterator support for DeclGroups.
by Ted Kremenek
· 17 years ago
56fdb6a
More #include cleaning
by Daniel Dunbar
· 17 years ago
8595668
Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl.
by Ted Kremenek
· 17 years ago
0883bfb
PR2347: Fix crash iterating over VLAs; this started triggering because
by Eli Friedman
· 17 years ago
7a51313
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 18 years ago
[Renamed from clang/AST/StmtIterator.cpp]
5b12ab8
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
3291844
Added "mode" to StmtIterator to record if the expression being iterated
by Ted Kremenek
· 18 years ago
85e45f2
Added support to StmtIterator to traverse the size expression of a VLA type
by Ted Kremenek
· 18 years ago
31974df
Added support for StmtIterators to iterate over the size expressions
by Ted Kremenek
· 18 years ago
899ef13
Fixed deadcode bug where check for NULL decl occured within a block
by Ted Kremenek
· 18 years ago
2f70e71
Modified StmtIterator to support iteration over the size expressions
by Ted Kremenek
· 18 years ago
a80b257
Renamed internal variables of StmtIteratorBase to make the code
by Ted Kremenek
· 18 years ago
d57aca2
Disambiguated variable name to comply with VC++'s archaic variable scoping rules.
by Hartmut Kaiser
· 18 years ago
066f603
Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls.
by Ted Kremenek
· 18 years ago
38f87dd9
Modified operator* for StmtIterator to return Stmt*& instead of Stmt*.
by Ted Kremenek
· 18 years ago
04746ce
Fixed DeclStmt::child_begin() to actually create an iterator that
by Ted Kremenek
· 18 years ago
2ba761c
Refactored StmtIterator into classes StmtIteratorBase (non-templated)
by Ted Kremenek
· 18 years ago
7aef891
Fixed broken build.
by Ted Kremenek
· 18 years ago
336886a
Implemented 90% functionality of new child_iterator for Stmt objects
by Ted Kremenek
· 18 years ago