[all-commits] [llvm/llvm-project] 489561: [clang] fix typo correction not looking for candid...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Fri Oct 15 15:35:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 489561d46381d41a068beed1a2e18e00f0660248
https://github.com/llvm/llvm-project/commit/489561d46381d41a068beed1a2e18e00f0660248
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2021-10-16 (Sat, 16 Oct 2021)
Changed paths:
M clang/lib/Sema/SemaExprMember.cpp
M clang/test/CXX/drs/dr1xx.cpp
Log Message:
-----------
[clang] fix typo correction not looking for candidates in base classes.
RecordMemberExprValidator was not looking through ElaboratedType
nodes when looking for candidates which occur in base classes.
Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>
Reviewed By: rsmith
Differential Revision: https://reviews.llvm.org/D111830
More information about the All-commits
mailing list