r179969 - The 'constexpr implies const' rule for non-static member functions is gone in

Howard Hinnant hhinnant at apple.com
Sat Apr 20 18:32:12 PDT 2013


On Apr 20, 2013, at 9:22 PM, Chandler Carruth <chandlerc at google.com> wrote:

> 
> On Sun, Apr 21, 2013 at 2:08 AM, Richard Smith <richard-llvm at metafoo.co.uk> wrote:
> +        Diag(MD->getLocation(), diag::warn_cxx1y_compat_constexpr_not_const)
> +          << FixItHint::CreateInsertion(AddConstLoc, " const");
> 
> No fix-it hints on warnings?

Agreed.  I'd sure like help on not silently changing the API of libc++.

Howard





More information about the cfe-commits mailing list