Clang is dying on this with an ambiguous conversion sequence. We're working on it

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Douglas Gregor 2010-05-07 22:28:25 +00:00
parent 4ce86f459c
commit 2be6e6d59c

View File

@ -63,7 +63,6 @@ namespace llvm {
bool Verify() const { return DbgNode != 0; }
operator const MDNode *() const { return DbgNode; }
operator MDNode *() const { return const_cast<MDNode*>(DbgNode); }
MDNode *operator ->() const { return const_cast<MDNode*>(DbgNode); }