On Sat, Apr 20, 2013 at 6:22 PM, Chandler Carruth <[email protected]>wrote:

>
> On Sun, Apr 21, 2013 at 2:08 AM, Richard Smith <[email protected]
> > wrote:
>
>> +        Diag(MD->getLocation(),
>> diag::warn_cxx1y_compat_constexpr_not_const)
>> +          << FixItHint::CreateInsertion(AddConstLoc, " const");
>>
>
> No fix-it hints on warnings?
>

No fix-it hints with semantic effects on warnings. This fixit is a no-op
for C++11 code.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to