[LLVMbugs] [Bug 13183] Detect and recover when we encounter '~Foo::Foo() {}'
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 5 19:08:56 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=13183
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |FIXED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Fixed in r217302.
<stdin>:5:1: error: '~' in destructor name should be after nested name
specifier
~Foo::Foo() {}
^
~
--
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/20140906/021dea29/attachment.html>
More information about the llvm-bugs
mailing list