[PATCH] D156127: Partially revert changes to test lang-std.cpp

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 24 10:55:10 PDT 2023


yaxunl updated this revision to Diff 543640.
yaxunl marked an inline comment as done.
yaxunl added a reviewer: dyung.
yaxunl added a comment.

revised by comments


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156127/new/

https://reviews.llvm.org/D156127

Files:
  clang/test/Preprocessor/lang-std.cpp


Index: clang/test/Preprocessor/lang-std.cpp
===================================================================
--- clang/test/Preprocessor/lang-std.cpp
+++ clang/test/Preprocessor/lang-std.cpp
@@ -1,7 +1,10 @@
 /// Test default standards.
-/// CUDA/HIP uses the same default standards as C++.
 
 // RUN: %clang_cc1 -dM -E %s | grep __cplusplus >%T-cpp-std.txt
+// RUN: cat %T-cpp-std.txt | FileCheck --check-prefix=CXX17 %s
+
+/// Check that CUDA/HIP uses the same default standards as C++.
+
 // RUN: %clang_cc1 -dM -E -x cuda %s | grep __cplusplus >%T-cuda-cuda.txt
 // RUN: %clang_cc1 -dM -E -x hip %s | grep __cplusplus >%T-hip-std.txt
 // RUN: diff %T-cpp-std.txt %T-cuda-cuda.txt


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156127.543640.patch
Type: text/x-patch
Size: 687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230724/f0f5de0e/attachment-0001.bin>


More information about the cfe-commits mailing list