[clang] de36be7 - [clang] Update CWG2635 status
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 05:55:28 PST 2022
Author: Vlad Serebrennikov
Date: 2022-11-29T05:54:34-08:00
New Revision: de36be74045533f6db0077c3f6cebaf258b63aaa
URL: https://github.com/llvm/llvm-project/commit/de36be74045533f6db0077c3f6cebaf258b63aaa
DIFF: https://github.com/llvm/llvm-project/commit/de36be74045533f6db0077c3f6cebaf258b63aaa.diff
LOG: [clang] Update CWG2635 status
A follow-up to D138852. Apparently cxx_dr_status.html was changed
manually there, since make_cxx_dr_status script doesn't generate the
same HTML after that patch landed.
Differential Revision: https://reviews.llvm.org/D138895
Added:
Modified:
clang/test/CXX/drs/dr26xx.cpp
Removed:
################################################################################
diff --git a/clang/test/CXX/drs/dr26xx.cpp b/clang/test/CXX/drs/dr26xx.cpp
index 7e8866045a7cd..3ec1aa279dfc9 100644
--- a/clang/test/CXX/drs/dr26xx.cpp
+++ b/clang/test/CXX/drs/dr26xx.cpp
@@ -29,7 +29,7 @@ void f() {
}
-namespace dr2635 { // dr2635: yes
+namespace dr2635 { // dr2635: 16
template<typename T>
concept UnaryC = true;
template<typename T, typename U>
More information about the cfe-commits
mailing list