[llvm-bugs] [Bug 38883] instantiating a friend member specialization declaration does not look up member specialization properly

via llvm-bugs llvm-bugs at lists.llvm.org
Fri May 10 10:44:04 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=38883

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED

--- Comment #3 from Richard Smith <richard-llvm at metafoo.co.uk> ---
The proposed fix doesn't seem problematic, but only changes which declaration
of the friend will be in the DeclContext name lookup table. Why does that
matter? When we look for the definition of the friend, we should walk its
redeclarations and find the one with the body, shouldn't we?

In any case, please leave this bug resolved and file a new one: the problem
you've identified is a new issue and should have a new bug number. And please
send patches to cfe-commits for review; patches sent to bugzilla tend to get
overlooked.

-- 
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/20190510/3c42f5ad/attachment.html>


More information about the llvm-bugs mailing list