[all-commits] [llvm/llvm-project] 12fcc9: [clang] NFC: Unify implementations of CheckMemberP...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed Mar 19 17:37:52 PDT 2025
Branch: refs/heads/users/mizvekov/clang-CheckMemberPointerConversion
Home: https://github.com/llvm/llvm-project
Commit: 12fcc909057c6c47993153160ffbc19d3fab6126
https://github.com/llvm/llvm-project/commit/12fcc909057c6c47993153160ffbc19d3fab6126
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-03-19 (Wed, 19 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