]> granicus.if.org Git - clang/commit
[C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() with itera...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 18:08:33 +0000 (18:08 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 18:08:33 +0000 (18:08 +0000)
commit1a858d6926e205f93b6fa49c9bd83e4e31c009af
tree50598e144ff1066210889dcbcecc47356a86bc30
parentb8930d689b264cc5aa6d32f841638901dddf34c3
[C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203953 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
lib/AST/Stmt.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp