Make llvm::Regex non-copyable but movable.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 2 Jan 2014 19:04:59 +0000 (19:04 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 2 Jan 2014 19:04:59 +0000 (19:04 +0000)
commitc265f066971a3df6b0ec546311e63a3efe812e40
treec96547b47041f981680fa421e595a7fc86afc173
parentf828e82891fe49152f24b7a6cb8145a07271f573
Make llvm::Regex non-copyable but movable.

Based on a patch by Maciej Piechotka.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198334 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Regex.h
lib/Support/Regex.cpp
unittests/Support/RegexTest.cpp