Skip to content

Conversation

@yronglin
Copy link
Contributor

@yronglin yronglin commented Sep 9, 2024

This PR fix the clang version in #97308 .

Signed-off-by: yronglin <yronglin777@gmail.com>
@yronglin yronglin requested a review from Endilll as a code owner September 9, 2024 10:50
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Sep 9, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 9, 2024

@llvm/pr-subscribers-clang

Author: None (yronglin)

Changes

This PR fix the clang version in #97308 .


Full diff: https://github.com/llvm/llvm-project/pull/107838.diff

1 Files Affected:

  • (modified) clang/test/CXX/drs/cwg18xx.cpp (+1-1)
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 = {};

@yronglin yronglin merged commit 049512e into llvm:main Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants