[cfe-commits] [patch] confusing ARC diagnostic categories' names.
Ted Kremenek
kremenek at apple.com
Mon Dec 12 22:02:36 PST 2011
Sounds great to me.
On Dec 12, 2011, at 3:37 PM, Jean-Daniel Dupas wrote:
> Hello,
>
>
> Actually, clang defines 2 ARC diagnostic group with similar names (You can run "clang --print-diagnostic-categories" to see both categories) :
> - ARC Issue
> - Automatic Reference Counting Issue
>
> The first one is defined in "DiagnosticSemaKinds" and the second one in "DiagnosticParseKinds"
>
> If changing the name does not break anything, I propose to rename the first one "ARC Semantic Issue", and the second one "ARC Parse Issue" to be consistent with other generic categories ("Semantic Issue" and "Parse Issue").
>
> Regards
>
> -- Jean-Daniel
>
>
>
> <arc_diag_cat.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list