]> granicus.if.org Git - clang/commit
[C++11] Replacing VarTemplateDecl iterators spec_begin() and spec_end() with iterator...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 16:29:14 +0000 (16:29 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 16:29:14 +0000 (16:29 +0000)
commit2860b7c2fe0bfbd1bd509222263d22d21a67fa7e
tree82ce3a6c0513210cd0615141322ffce630f04fdd
parent45c55c836c3d37bd17cf6efc77fb824ddea8c42c
[C++11] Replacing VarTemplateDecl iterators spec_begin() and spec_end() with iterator_range specializations(). Updating all of the usages of the iterators with range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203942 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DataRecursiveASTVisitor.h
include/clang/AST/DeclTemplate.h
include/clang/AST/RecursiveASTVisitor.h