[llvm-bugs] [Bug 44978] Ambiguous destructor lookup after 0e3a4877840
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 26 14:58:48 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44978
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
As of llvmorg-11-init-4344-g98ed0c5475d, Clang accepts ambiguity in destructor
name lookup as an extension. No two compilers appear to agree on the rules
here, so in permissive mode we're now just accepting anything plausible, even
in the face of lookup ambiguity.
--
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/20200226/ba5d41e6/attachment.html>
More information about the llvm-bugs
mailing list