mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
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:
parent
4ce86f459c
commit
2be6e6d59c
@ -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); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user