[LLVMbugs] [Bug 18852] Spelling correction to non-static member functions with qualification

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Feb 28 10:22:17 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18852

Kaelyn Takata <rikka at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|unassignedclangbugs at nondot. |rikka at google.com
                   |org                         |

--- Comment #1 from Kaelyn Takata <rikka at google.com> ---
r202520 disables suggesting non-static members in cases where they cannot work,
such as when the correction is not during a member lookup. While explaining
that an instance is required may be nice (and possible future work), I think it
may be going a bit further out on a limb than the diagnostics typically do...
except perhaps in cases where the correction has the same base spelling as the
original identifier and there aren't any other feasible corrections, such as in
the reduced test case.

-- 
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/20140228/ce2633ac/attachment.html>


More information about the llvm-bugs mailing list