summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorDavid Goldman <dallasftball@gmail.com>2019-09-13 14:43:24 +0000
committerDavid Goldman <dallasftball@gmail.com>2019-09-13 14:43:24 +0000
commitff6d4b99884f00b21ab70231801f8b156f5d738a (patch)
tree03e833037cdca4a1fd74cab282074689b6f4498b /lib/CodeGen
parente7ad04375483f262116f29730feaa0e2b4af4e47 (diff)
downloadclang-ff6d4b99884f00b21ab70231801f8b156f5d738a.tar.gz
[Sema][Typo Correction] Fix potential infite loop on ambiguity checks
Summary: This fixes a bug introduced in D62648, where Clang could infinite loop if it became stuck on a single TypoCorrection when it was supposed to be testing ambiguous corrections. Although not a common case, it could happen if there are multiple possible corrections with the same edit distance. The fix is simply to wipe the TypoExpr from the `TransformCache` so that the call to `TransformTypoExpr` doesn't use the `CachedEntry`. Reviewers: rsmith Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D67515 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371859 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
0 files changed, 0 insertions, 0 deletions