[C++11] Replacing iterators redecls_begin() and redecls_end() with...
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely. llvm-svn: 203179
Loading
Please register or sign in to comment