[clang] 242077a - [clang][NFC] Promote CWG3005 test to "ready"
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 2 18:55:14 PST 2025
Author: Vlad Serebrennikov
Date: 2025-12-03T06:54:53+04:00
New Revision: 242077ad1c0df4ecfd12769a38cf6fcb1b0b1d72
URL: https://github.com/llvm/llvm-project/commit/242077ad1c0df4ecfd12769a38cf6fcb1b0b1d72
DIFF: https://github.com/llvm/llvm-project/commit/242077ad1c0df4ecfd12769a38cf6fcb1b0b1d72.diff
LOG: [clang][NFC] Promote CWG3005 test to "ready"
Not updating cxx_dr_status.html yet, because CWG2917 test might need major adjustments before make_cxx_dr_status can be ran.
Added:
Modified:
clang/test/CXX/drs/cwg30xx.cpp
Removed:
################################################################################
diff --git a/clang/test/CXX/drs/cwg30xx.cpp b/clang/test/CXX/drs/cwg30xx.cpp
index 0be3f0b1e88ea..648ba9e78cd66 100644
--- a/clang/test/CXX/drs/cwg30xx.cpp
+++ b/clang/test/CXX/drs/cwg30xx.cpp
@@ -7,7 +7,7 @@
// RUN: %clang_cc1 -std=c++2c -pedantic-errors -verify=expected %s
-namespace cwg3005 { // cwg3005: 21 tentatively ready 2025-09-12
+namespace cwg3005 { // cwg3005: 21 ready 2025-09-12
void f(
int _, // #cwg3005-first-param
More information about the cfe-commits
mailing list