mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 09:01:19 +00:00
Add 'run' line and 'expected-no-diagnostics' to test added in 3ed9e9e3ac
This commit is contained in:
parent
39b6c82c5d
commit
390b48675b
@ -1,9 +1,11 @@
|
|||||||
|
// RUN: %clang_cc1 -std=c++23 -verify -fsyntax-only %s
|
||||||
// This test case came up in the review of
|
// This test case came up in the review of
|
||||||
// https://reviews.llvm.org/D159126
|
// https://reviews.llvm.org/D159126
|
||||||
// when transforming `this` within a
|
// when transforming `this` within a
|
||||||
// requires expression, we need to make sure
|
// requires expression, we need to make sure
|
||||||
// the type of this (and its qualifiers) is respected.
|
// the type of this (and its qualifiers) is respected.
|
||||||
|
|
||||||
|
// expected-no-diagnostics
|
||||||
namespace D159126 {
|
namespace D159126 {
|
||||||
|
|
||||||
template <class _Tp>
|
template <class _Tp>
|
||||||
|
Loading…
Reference in New Issue
Block a user