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