[all-commits] [llvm/llvm-project] 6a3abf: [clang] NFC: Unify implementations of CheckMemberP...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Tue Mar 18 20:11:29 PDT 2025
Branch: refs/heads/users/mizvekov/clang-CheckMemberPointerConversion
Home: https://github.com/llvm/llvm-project
Commit: 6a3abfc7f53f122a7b103f51556161b492b55350
https://github.com/llvm/llvm-project/commit/6a3abfc7f53f122a7b103f51556161b492b55350
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaAccess.cpp
M clang/lib/Sema/SemaCast.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaOverload.cpp
Log Message:
-----------
[clang] NFC: Unify implementations of CheckMemberPointerConversion
This deduplicates the implementation of CheckMemberPointerConversion
accross SemaCast and SemaOverload.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list