Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 3 Aug 2015 20:08:41 +0000 (20:08 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 3 Aug 2015 20:08:41 +0000 (20:08 +0000)
commitafb53796b843fa9132789fed0b378d8e045f8c04
tree0cb3f43273857df3c9354a80a165a552585d8a3d
parent9223402bae2389071888dc29d873fe0ae732b5e1
Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11

This reverts commit r243888, recommitting r243824.

This broke the Windows build due to a difference in the C++ standard
library implementation. Using emplace/forward_as_tuple should ensure
there's no need to copy ValIDs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243896 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h