Skip to content

[NFC][clang] Fix clang version in the test for the implementation of cwg1815 #107838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

yronglin
Copy link
Contributor

@yronglin yronglin commented Sep 9, 2024

This PR fix the clang version in #97308 .

@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
7 of 10 checks passed
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