]> granicus.if.org Git - clang/commit
Appease MSVC 2013 a few more times, which was complaining about a syntax error with...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 7 Jul 2015 13:19:10 +0000 (13:19 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 7 Jul 2015 13:19:10 +0000 (13:19 +0000)
commit04936365ad960a3b5120d3b7c39a69bae78abf97
treee1d4c3d93a4f445fecd1f6e58a42ec0a1439be7d
parentc46aa4939d509b30f21536f76a466351ac1941c2
Appease MSVC 2013 a few more times, which was complaining about a syntax error with an unexpected close curly brace. For some reason, the range-based for loop requires curly braces to compile in MSVC.

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