See also: D67515
- For the given call expression we would end up repeatedly trying to transform the same expression over and over again
- Fix is to keep the old TransformCache when checking for ambiguity
Paths
| Differential D69060
[Sema][Typo Correction] Fix another infinite loop on ambiguity ClosedPublic Authored by dgoldman on Oct 16 2019, 11:08 AM.
Details Summary See also: D67515
Diff Detail
Event TimelineThis revision was not accepted when it landed; it landed in state Needs Review.Oct 25 2019, 10:25 AM Closed by commit rG7a2b704bf0cf: [Sema][Typo Correction] Fix another infinite loop on ambiguity (authored by dgoldman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 226455 clang/lib/Sema/SemaExprCXX.cpp
clang/test/Sema/typo-correction-ambiguity.c
|