Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the error message for assigning to read-only variables. | Richard Trieu | 2015-04-11 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Only objects are declared const by a constexpr specifier, per C++0x ↵ | Peter Collingbourne | 2011-03-20 | 1 | -0/+10 |
[dcl.constexpr]p9 llvm-svn: 127967 |