================
@@ -0,0 +1,41 @@
+// RUN: %clang_cc1 -std=c++20 -verify=expected %s
+
+namespace dr2847 { // dr2847: 19
+
----------------
Endilll wrote:

`#if __cplusplus >= 202302L` skips over C++20, which doesn't seem intentional 
given the previous iteration of this PR I reviewed. I also put this comment on 
this specific lines, as we put `#if __cplusplus` checks inside namespace each 
test have, so that they are as independent as possible.

https://github.com/llvm/llvm-project/pull/80899
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to