]> granicus.if.org Git - clang/commit
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 17:01:24 +0000 (17:01 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 17:01:24 +0000 (17:01 +0000)
commit47aa3ca54bb0e2103306fda97af0de9a7efa5012
tree128f80273edc0f256409ac941c590fd2356eb85d
parent7f99d73c9fffc86a626a576656909f0bd2a2ffd2
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203947 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
include/clang/AST/DataRecursiveASTVisitor.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/Stmt.h
lib/AST/ExprConstant.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Analysis/CFG.cpp
lib/Analysis/Consumed.cpp
lib/Analysis/LiveVariables.cpp
lib/Analysis/PseudoConstantAnalysis.cpp
lib/Analysis/UninitializedValues.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGStmt.cpp
lib/Rewrite/Frontend/RewriteObjC.cpp
lib/Sema/JumpDiagnostics.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/TreeTransform.h
lib/StaticAnalyzer/Checkers/CStringChecker.cpp
lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
tools/libclang/CIndex.cpp