Prevent use of the implicit copy constructor on SmallPtrSetImpl. An accidental copy...
authorCraig Topper <craig.topper@gmail.com>
Tue, 19 Aug 2014 06:57:14 +0000 (06:57 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 19 Aug 2014 06:57:14 +0000 (06:57 +0000)
commit25fc910167b86a517628a64742f2555a3b05bd9e
treee85fd841c89dcdd99258f466109d64d4be7dbf61
parentbe63d589633bbfa068b923c60eaaeee1b27647c5
Prevent use of the implicit copy constructor on SmallPtrSetImpl. An accidental copy caused my SmallPtrSet->SmallPtrSetImpl conversion commit to fail the other day.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215971 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallPtrSet.h