]> granicus.if.org Git - clang/commit
Give some convenient idiomatic accessors to Stmt::child_range and
authorJohn McCall <rjmccall@apple.com>
Sun, 13 Feb 2011 04:07:26 +0000 (04:07 +0000)
committerJohn McCall <rjmccall@apple.com>
Sun, 13 Feb 2011 04:07:26 +0000 (04:07 +0000)
commit7502c1d3ce8bb97bcc4f7bebef507040bd93b26f
treea8483d8d96d4c459027291b90fad493b985313cb
parent0d70d71ccbc4f7f59cadb759f61b7172a149676c
Give some convenient idiomatic accessors to Stmt::child_range and
Stmt::const_child_range, then make a bunch of places use them instead
of the individual iterator accessors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125450 91177308-0d34-0410-b5e6-96231b3b80d8
22 files changed:
include/clang/AST/EvaluatedExprVisitor.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/StmtIterator.h
include/clang/Analysis/Visitors/CFGStmtVisitor.h
include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
lib/AST/Expr.cpp
lib/AST/ParentMap.cpp
lib/AST/StmtDumper.cpp
lib/AST/StmtProfile.cpp
lib/Analysis/AnalysisContext.cpp
lib/Analysis/CFG.cpp
lib/Analysis/PseudoConstantAnalysis.cpp
lib/Analysis/UninitializedValues.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/Frontend/StmtXML.cpp
lib/Index/ASTVisitor.h
lib/Index/CallGraph.cpp
lib/Rewrite/RewriteObjC.cpp
lib/Sema/JumpDiagnostics.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDeclCXX.cpp
tools/libclang/CIndex.cpp