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

Richard Smith <[email protected]> changed:

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

--- Comment #3 from Richard Smith <[email protected]> ---
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to