Work around MSVC parser bug by putting redundant braces around the body of
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Sep 2014 03:49:06 +0000 (03:49 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Sep 2014 03:49:06 +0000 (03:49 +0000)
commitdf5322bedb2068f67a1decddadfc31a345d5aa44
treead1f02a602b59b15ac1598a77be8bed8d42d514f
parentebf645879c9a5b458e11e23f7946286cae0f05f5
Work around MSVC parser bug by putting redundant braces around the body of
this range-based for loop.

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