llvm-project/clang/test/CXX/temp
Richard Trieu af7d76c720 Improve the error message for assigning to read-only variables.
Previously, many error messages would simply be "read-only variable is not
assignable"  This change provides more information about why the variable is
not assignable, as well as note to where the const is located.

Differential Revision: http://reviews.llvm.org/D4479

llvm-svn: 234677
2015-04-11 01:53:13 +00:00
..
temp.arg Revert "Don't require -re suffix on -verify directives with regexes." 2013-12-14 01:07:05 +00:00
temp.decls Improve the error message for assigning to read-only variables. 2015-04-11 01:53:13 +00:00
temp.fct.spec Replace "can not" with "cannot" in diagnostics messages. 2014-03-07 22:36:23 +00:00
temp.names Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
temp.param PR 17456 2015-01-28 21:31:26 +00:00
temp.res Update error message text. 2015-01-18 19:05:48 +00:00
temp.spec C++1y is now C++14! 2014-08-19 15:55:55 +00:00
temp.type
p3.cpp Implement DR482: namespace members can be redeclared with a qualified name 2013-12-05 07:51:02 +00:00