]> granicus.if.org Git - clang/commit
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_type_end...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 17 Mar 2014 15:23:01 +0000 (15:23 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 17 Mar 2014 15:23:01 +0000 (15:23 +0000)
commitc4430a74cb88c0f0281ad6738feab20e9a7e481e
treed6a298ded863bceba15a712b723cc4895a173a7b
parente544d56f34a589cd618c699cd9edc9569c85a99d
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_type_end() with iterator_range param_types(). Updating all of the usages of the iterators with range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204045 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/clang/AST/DataRecursiveASTVisitor.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/Stmt.h
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/ASTImporter.cpp
lib/AST/ItaniumMangle.cpp
lib/AST/Mangle.cpp
lib/AST/MicrosoftMangle.cpp
lib/AST/Type.cpp
lib/Index/USRGeneration.cpp
lib/Rewrite/Frontend/RewriteModernObjC.cpp
lib/Rewrite/Frontend/RewriteObjC.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaTemplate.cpp