MSVC 2013 supports std::forward_as_tuple, while MSVC 2012 did not; so we can move...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 16 Feb 2015 18:21:19 +0000 (18:21 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 16 Feb 2015 18:21:19 +0000 (18:21 +0000)
commit7fcd74585a1705c621c6b61b3f2dd1d90621bbb4
tree54b854ef5dcd821a220e2b49267423c188f55a71
parent4f7d60c1ea53cecc4bdb4bf6b8010ba9b7897bb8
MSVC 2013 supports std::forward_as_tuple, while MSVC 2012 did not; so we can move to using the improved API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229414 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LexicalScopes.cpp