]> granicus.if.org Git - clang/commit
[C++11] Replacing Scope iterators decl_begin() and decl_end() with iterator_range...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 17 Mar 2014 16:55:25 +0000 (16:55 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 17 Mar 2014 16:55:25 +0000 (16:55 +0000)
commitae20647f175485633a39daf900a8967a66d34e67
tree915fd2eb7587d3d5749a4d6483012716254c6e70
parent8e858e99a3dcbcab799cbfbd15888fe72c8f224d
[C++11] Replacing Scope iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops, and removing the no-longer-needed iterator versions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204052 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Scope.h
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaLookup.cpp