[LLVMbugs] [Bug 5943] no misspelling info for struct field
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jan 4 20:03:41 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=5943
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #2 from Douglas Gregor <dgregor at apple.com> 2010-01-04 22:03:40 ---
The heuristic is that you get one typo for every 3 characters you type. Being
more lenient would make this example work, but it's also likely to make
nonsensical suggestions. Let's see how typo correction works in practice before
we consider tweaking the heuristics.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list