[LLVMbugs] [Bug 14444] Poor suggestion from typo correction
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Oct 27 12:37:37 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=14444
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> ---
The bogus suggestion is no longer emitted as of r220698.
Note that getParamDecl still isn't suggested because adding the "Decl" suffix
represents a 4-char change to an 8-char identifier, which is greater than the
threshold of acceptable changes having an edit distance not more than 1/3 the
length of the typo. (FYI, detecting and handling prefixes and suffixes when
correcting typos has been on my radar for some time, if with a low priority.)
--
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/20141027/7546548f/attachment.html>
More information about the llvm-bugs
mailing list