mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
disable copying and assignment.
llvm-svn: 65730
This commit is contained in:
parent
03e16b833f
commit
28f2b3c2a4
@ -30,6 +30,8 @@ template <typename T> class SmallVectorImpl;
|
||||
/// TypePrinting - Type printing machinery.
|
||||
class TypePrinting {
|
||||
void *TypeNames;
|
||||
TypePrinting(const TypePrinting &); // DO NOT IMPLEMENT
|
||||
void operator=(const TypePrinting&); // DO NOT IMPLEMENT
|
||||
public:
|
||||
TypePrinting(const Module *M);
|
||||
~TypePrinting();
|
||||
|
Loading…
x
Reference in New Issue
Block a user