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

Chandler Carruth chandlerc at google.com
Sat Apr 20 18:22:18 PDT 2013


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130421/f3c224b8/attachment.html>


More information about the cfe-commits mailing list