index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
StmtIterator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-21
1
-31
/
+29
*
Add const children() accessors to match the existing non-const children() acc...
Aaron Ballman
2017-04-11
1
-0
/
+16
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
2015-07-18
1
-80
/
+0
*
StmtIterator: Put stmt and decl group pointer into a union.
Benjamin Kramer
2015-07-03
1
-4
/
+6
*
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] Use 'nullptr'
Craig Topper
2014-05-06
1
-2
/
+2
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Simplify StmtIterator.
Eli Friedman
2013-06-27
1
-18
/
+9
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-2
/
+3
*
Simplify code, no functionality change.
Benjamin Kramer
2012-03-26
1
-6
/
+4
*
include/clang/AST/StmtIterator.h: std::pair should be provided by <utility>. ...
NAKAMURA Takumi
2011-04-26
1
-0
/
+1
*
Give some convenient idiomatic accessors to Stmt::child_range and
John McCall
2011-02-13
1
-6
/
+77
*
Remove vtables from the Stmt hierarchy; this was pretty easy as
John McCall
2011-02-09
1
-1
/
+10
*
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-19
1
-6
/
+6
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.
Daniel Dunbar
2010-06-15
1
-0
/
+1
*
Add StmtIterator support for iterating over both the condition
Ted Kremenek
2009-12-23
1
-6
/
+10
*
Increase StmtIterator size by one pointer (separating out the Stmt** from the...
Ted Kremenek
2009-12-23
1
-11
/
+12
*
Update location of DataTypes.h to reflect move in LLVM with r85086.
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-31
/
+31
*
iterator.h is no more. Be standards compliant.
Gabor Greif
2009-08-27
1
-1
/
+1
*
Use LLVM type header rather than using stdint.h directly.
Eli Friedman
2009-03-05
1
-1
/
+1
*
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)
Chris Lattner
2009-03-02
1
-0
/
+1
*
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2009-01-20
1
-5
/
+4
*
Add StmtIterator support for DeclGroups.
Ted Kremenek
2008-10-07
1
-10
/
+26
*
Update to follow recent LLVM changes
Anton Korobeynikov
2008-05-29
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Removed "isSizeOfExpr" mode from StmtIterator. It turned out not to be
Ted Kremenek
2007-12-15
1
-14
/
+5
*
Added "mode" to StmtIterator to record if the expression being iterated
Ted Kremenek
2007-12-14
1
-11
/
+27
*
Added support to StmtIterator to traverse the size expression of a VLA type
Ted Kremenek
2007-12-14
1
-11
/
+16
*
Added a missing #include.
Hartmut Kaiser
2007-10-29
1
-0
/
+1
*
Modified StmtIterator to support iteration over the size expressions
Ted Kremenek
2007-10-29
1
-25
/
+29
*
Renamed internal variables of StmtIteratorBase to make the code
Ted Kremenek
2007-10-29
1
-9
/
+11
*
Modified StmtIterator to now include visiting the initialization expression f...
Ted Kremenek
2007-10-25
1
-2
/
+2
*
Modified operator* for StmtIterator to return Stmt*& instead of Stmt*.
Ted Kremenek
2007-10-24
1
-11
/
+11
*
Fixed DeclStmt::child_begin() to actually create an iterator that
Ted Kremenek
2007-10-18
1
-1
/
+6
*
Refactored StmtIterator into classes StmtIteratorBase (non-templated)
Ted Kremenek
2007-10-18
1
-51
/
+55
*
Implemented 90% functionality of new child_iterator for Stmt objects
Ted Kremenek
2007-10-18
1
-0
/
+101