On Jun 16, 2013, at 17:01 , Richard Smith <[email protected]> wrote:
> +// FIXME: Why are DeprecatedImplementations and DeprecatedWritableStr > +// not in this group? > +def Deprecated : DiagGroup<"deprecated", [DeprecatedDeclarations, > + DeprecatedRegister]>, As I understand it, because -Wdeprecated is for user deprecations (i.e. __attribute__((deprecated))), not language deprecations. Unless it's for GCC compatibility, I actually think it should stay that way, and that you should create a new flag for all these new things we're adding (starting with warn_increment_bool). Jordan
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
