[all-commits] [llvm/llvm-project] 3321c2: [clang] Add test for CWG794 "Base-derived conversi...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Sun Jan 5 01:17:36 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3321c2d72ab7757dbdd38bdd99a76d89293dac8a
https://github.com/llvm/llvm-project/commit/3321c2d72ab7757dbdd38bdd99a76d89293dac8a
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2025-01-05 (Sun, 05 Jan 2025)
Changed paths:
M clang/test/CXX/drs/cwg7xx.cpp
M clang/www/cxx_dr_status.html
Log Message:
-----------
[clang] Add test for CWG794 "Base-derived conversion in member type of pointer-to-member conversion" (#121660)
This patch adds a test for
[CWG794](https://cplusplus.github.io/CWG/issues/794.html), which is an
NB comment closed as NAD. Author was asked to bring a paper to
Evolution, which never happened. So we test for the absence of
base-derived conversion in pointer-to-member conversion.
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