llvm-project/clang/test/CXX/temp/temp.decls
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.alias Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT 2013-07-13 21:08:08 +00:00
temp.class C++1y is now C++14! 2014-08-19 15:55:55 +00:00
temp.class.spec Replace "can not" with "cannot" in diagnostics messages. 2014-03-07 22:36:23 +00:00
temp.fct PR22435: Correctly implement tiebreaker for reference ordering in function 2015-02-20 04:45:22 +00:00
temp.friend Fix "unsupported friend" diagnostic to also appear for friend functions with dependent scopes. 2014-09-29 05:57:29 +00:00
temp.mem Improve the error message for assigning to read-only variables. 2015-04-11 01:53:13 +00:00
temp.variadic PR21531: fix crash on invalid with unexpanded pack in case value. 2014-11-20 01:24:12 +00:00
p3.cpp