[cfe-dev] -Wdeprecated and 'dynamic exception specifications'

Sean McBride sean at rogue-research.com
Wed Jul 24 13:46:24 PDT 2013


Afraid I won't be able to make a patch, but I've made a bug report:
<http://llvm.org/bugs/show_bug.cgi?id=16698>

Sean


On Tue, 23 Jul 2013 18:05:44 -0700, Matt Beaumont-Gay said:

>We have many highly specific diagnostic groups (aka flag names) for
>circumstances like this; patches to add new ones are welcome. See
>r184789 for an example.
>
>On Tue, Jul 23, 2013 at 1:36 PM, Sean McBride <sean at rogue-research.com> wrote:
>> Hi all,
>>
>> Recently clang has started giving me two new deprecation warnings:
>>  1) the use of the 'register' keyword (-Wdeprecated-register)
>>  2) the use of dynamic exception specifications (-Wdeprecated)
>>
>> I'd like to (sometimes) turn off #2 but not lose all deprecation
>warnings.  Is there no -Wdeprecated-dynamic-exception-specifications?
>(analogous to -Wdeprecated-register)






More information about the cfe-dev mailing list