[LLVMbugs] [Bug 18608] bad typo correction on method call suggesting qualifier

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jan 27 16:47:12 PST 2014


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

Kaelyn Takata <rikka at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rikka at google.com
         Resolution|---                         |FIXED

--- Comment #1 from Kaelyn Takata <rikka at google.com> ---
Strictly speaking, the suggested correction was good, and it was simply using
the wrong source location for underlining and the fixit. Ironically, I had
fixed this problem in the case of too few arguments in r191450 but missed that
the case of too many arguments had the exact same problem (and the exact same
few lines of code around a call to TryTypoCorrectionForCall).

I've committed r200268 which applies the fix from r191450 to the
too-many-arguments case, and also fixes the underlining for both cases (which
r191450 had 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/20140128/aacf7e02/attachment.html>


More information about the llvm-bugs mailing list