]> granicus.if.org Git - clang/commit
[C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin() and...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 15:55:35 +0000 (15:55 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 15:55:35 +0000 (15:55 +0000)
commit714b9962604d459f04758b88bd45a4f708b6f130
treeb545ca13fe997aadfa15f35b70cec5b625659263
parente385112444b7202cc7869825eb66efb6fed70940
[C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin() and varlist_end() with iterator_range varlists(). Updating all of the usages of the iterators with range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203937 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DataRecursiveASTVisitor.h
include/clang/AST/DeclOpenMP.h
include/clang/AST/OpenMPClause.h
include/clang/AST/RecursiveASTVisitor.h
lib/AST/StmtProfile.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTWriterDecl.cpp
lib/Serialization/ASTWriterStmt.cpp
tools/libclang/CIndex.cpp