This is an archive of the discontinued LLVM Phabricator instance.

[clang] fix typo correction not looking for candidates in base classes.
ClosedPublic

Authored by mizvekov on Oct 14 2021, 12:51 PM.

Details

Summary

RecordMemberExprValidator was not looking through ElaboratedType
nodes when looking for candidates which occur in base classes.

Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>

Diff Detail

Event Timeline

mizvekov requested review of this revision.Oct 14 2021, 12:51 PM
mizvekov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2021, 12:51 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
rsmith accepted this revision.Oct 15 2021, 11:38 AM
This revision is now accepted and ready to land.Oct 15 2021, 11:38 AM