[llvm-bugs] [Bug 21831] [fuzz] Assertion `isa<CXXConversionDecl>(Meth) && "expected conversion"' failed.
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Oct 21 15:44:18 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=21831
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |rnk at google.com
Resolution|--- |FIXED
--- Comment #2 from Reid Kleckner <rnk at google.com> ---
Looks like we fixed it somewhere along the way:
t.cpp:2:6: error: cannot form a reference to 'void'
void &C::~C() { C::~C; };
^
t.cpp:2:20: error: reference to destructor must be called; did you mean to call
it with no arguments?
void &C::~C() { C::~C; };
~~~^~
()
2 errors generated.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161021/6650d2cd/attachment.html>
More information about the llvm-bugs
mailing list