[clang] 049512e - [NFC][clang] Fix clang version in the test for the implementation of cwg1815 (#107838)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 9 04:01:15 PDT 2024


Author: yronglin
Date: 2024-09-09T19:01:11+08:00
New Revision: 049512e39d96995cb373a76cf2d009a86eaf3aab

URL: https://github.com/llvm/llvm-project/commit/049512e39d96995cb373a76cf2d009a86eaf3aab
DIFF: https://github.com/llvm/llvm-project/commit/049512e39d96995cb373a76cf2d009a86eaf3aab.diff

LOG: [NFC][clang] Fix clang version in the test for the implementation of cwg1815 (#107838)

This PR fix the clang version in
https://github.com/llvm/llvm-project/pull/97308 .

Signed-off-by: yronglin <yronglin777 at gmail.com>

Added: 
    

Modified: 
    clang/test/CXX/drs/cwg18xx.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/CXX/drs/cwg18xx.cpp b/clang/test/CXX/drs/cwg18xx.cpp
index 43df5880a14d67..7f0fb8cf589d48 100644
--- a/clang/test/CXX/drs/cwg18xx.cpp
+++ b/clang/test/CXX/drs/cwg18xx.cpp
@@ -206,7 +206,7 @@ namespace cwg1814 { // cwg1814: yes
 #endif
 }
 
-namespace cwg1815 { // cwg1815: 19
+namespace cwg1815 { // cwg1815: 20
 #if __cplusplus >= 201402L
   struct A { int &&r = 0; };
   A a = {};


        


More information about the cfe-commits mailing list