Zachary Turner 7d6ca05af0 Explicitly add move constructor/assignment operators.
These are needed due to some obscure rules in the standard
about how std::vector selects between copy and move
constructors, which can cause a conforming implementation
to attempt to select the copy constructor of RuleMatcher,
which will fail since std::unique_ptr<> isn't copyable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298294 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-20 19:56:52 +00:00
..
2017-03-14 10:51:14 +00:00
2016-12-20 05:49:56 +00:00
2017-03-03 18:55:24 +00:00
2016-12-01 19:38:48 +00:00
2017-02-10 23:57:11 +00:00