We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b6c82 commit 390b486Copy full SHA for 390b486
clang/test/SemaCXX/this-type-deduction-concept.cpp
@@ -1,9 +1,11 @@
1
-
+// RUN: %clang_cc1 -std=c++23 -verify -fsyntax-only %s
2
// This test case came up in the review of
3
// https://reviews.llvm.org/D159126
4
// when transforming `this` within a
5
// requires expression, we need to make sure
6
// the type of this (and its qualifiers) is respected.
7
+
8
+// expected-no-diagnostics
9
namespace D159126 {
10
11
template <class _Tp>
0 commit comments