[PATCH] D11490: [Concepts] Add diagnostic: non template declaration

Hubert Tong hubert.reinterpretcast at gmail.com
Wed Jul 29 15:53:14 PDT 2015


hubert.reinterpretcast added a comment.

In `test/Parser/cxx-concept-declaration.cpp`:

  concept D1 = true; // expected-error {{C++ requires a type specifier for all declarations}}

triggers the new error and fails the test.


http://reviews.llvm.org/D11490







More information about the cfe-commits mailing list