]> granicus.if.org Git - clang/commitdiff
My first test commit.
authorSaar Raz <saar@raz.email>
Wed, 10 Jul 2019 20:01:44 +0000 (20:01 +0000)
committerSaar Raz <saar@raz.email>
Wed, 10 Jul 2019 20:01:44 +0000 (20:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365695 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p1.cpp

index 3baf238241a6fa7aa1c440de58926c48f3d22b70..863b608b5b75ca41598f4a849840cafffc948b2c 100644 (file)
@@ -30,6 +30,7 @@ template<typename T>
 concept bool D7() throw(int) { return true; } // expected-error {{function concept cannot have exception specification}}
 
 // Tag
+
 concept class CC1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
 concept struct CS1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
 concept union CU1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}