[all-commits] [llvm/llvm-project] 55c9ad: [clang] Add test for CWG1960
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Thu Jan 26 03:32:04 PST 2023
Branch: refs/heads/main-upstream
Home: https://github.com/llvm/llvm-project
Commit: 55c9ad99d12d18ee91a4c3e3609a0aacbaa5174e
https://github.com/llvm/llvm-project/commit/55c9ad99d12d18ee91a4c3e3609a0aacbaa5174e
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M clang/test/CXX/drs/dr19xx.cpp
M clang/www/cxx_dr_status.html
Log Message:
-----------
[clang] Add test for CWG1960
P1787: "CWG1960 (currently closed as NAD) is resolved by removing the rule in question (which is widely ignored by implementations and gives subtle interactions between using-declarations)."
Wording: "In a using-declarator that does not name a constructor, every declaration named shall be accessible."
Reviewed By: #clang-language-wg, erichkeane, shafik
Differential Revision: https://reviews.llvm.org/D142381
More information about the All-commits
mailing list