[LLVMbugs] [Bug 21851] [fuzz] Assertion `method->getQualifier()' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Dec 17 15:43:19 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21851
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Reid Kleckner <rnk at google.com> ---
After some thought, we decided the program is correct. It is possible to friend
your own member based on the lookup rules. I relaxed the assertion in r224471.
In general, it is possible to lookup C++ methods with unqualified names, so the
assertion was overzealous.
--
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/20141217/83ae6900/attachment.html>
More information about the llvm-bugs
mailing list