diff options
author | Kaelyn Uhrain <rikka@google.com> | 2013-09-27 19:40:12 +0000 |
---|---|---|
committer | Kaelyn Uhrain <rikka@google.com> | 2013-09-27 19:40:12 +0000 |
commit | 3dfff19658961fdd5296aa5709ccb70a6f2a9fa6 (patch) | |
tree | 31529262c639a0ba932164b7b33acaa1aae51c97 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0e23844f57753a243832e70f1423703e1d67ce1d (diff) | |
download | llvm-3dfff19658961fdd5296aa5709ccb70a6f2a9fa6.zip llvm-3dfff19658961fdd5296aa5709ccb70a6f2a9fa6.tar.gz llvm-3dfff19658961fdd5296aa5709ccb70a6f2a9fa6.tar.bz2 |
Avoid the hard-coded limit on the number of typo corrections attempted.
Move some tests from typo-correction.cpp to typo-correction-pt2.cpp
because they were running afoul of the hard-coded limit of 20 typos
corrected. Some of the tests after it were still working due to the
limit not applying to cached corrections and in cases where a non-NULL
MemberContext is passed in to Sema::CorrectTypo. Most of the moved tests
still passed after being moved, but the test involving "data_struct" had
only been passing because the test had exceeded that limit so a fix for
it is also included (most of the changes to ParseStmt.cpp are shared with
and originated from another typo correction impovement that was split
into a separate commit).
llvm-svn: 191544
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions