RecordMemberExprValidator was not looking through ElaboratedType
nodes when looking for candidates which occur in base classes.
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Paths
| Differential D111830
[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 Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 15 2021, 11:38 AM Closed by commit rG489561d46381: [clang] fix typo correction not looking for candidates in base classes. (authored by mizvekov). · Explain WhyOct 15 2021, 3:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 380111 clang/lib/Sema/SemaExprMember.cpp
clang/test/CXX/drs/dr1xx.cpp
|