http://llvm.org/bugs/show_bug.cgi?id=14444
Kaelyn Takata <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Kaelyn Takata <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
