This is an archive of the discontinued LLVM Phabricator instance.

[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

  • 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

Diff Detail

Event Timeline

dgoldman created this revision.Oct 16 2019, 11:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 16 2019, 11:08 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.Oct 25 2019, 10:25 AM
This revision was automatically updated to reflect the committed changes.