]> granicus.if.org Git - clang/commit
[C++11] Replacing Scope iterators using_directives_begin() and using_directives_end...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 17 Mar 2014 17:03:37 +0000 (17:03 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 17 Mar 2014 17:03:37 +0000 (17:03 +0000)
commita0f17afcc006033ccebcf7dfeaabc7aee20d9633
treecd0ac80ebba137d175078ac15888937a2517c3af
parentae20647f175485633a39daf900a8967a66d34e67
[C++11] Replacing Scope iterators using_directives_begin() and using_directives_end() with iterator_range using_directives(). 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@204053 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Scope.h
lib/Sema/SemaLookup.cpp