aaron.ballman added inline comments.
================ Comment at: test/CXX/over/over.match/over.match.funcs/p4-0x.cpp:85 +void test_diagnostics(const volatile X0 &__restrict__ cvr) { + cvr.g(); // expected-error {{not marked const or volatile}} + cvr.c(); // expected-error {{not marked volatile}} ---------------- You should spell out the entire diagnostic at least the first time it appears in the file. https://reviews.llvm.org/D39937 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits