[PATCH] D13398: [clang-tidy] add check cppcoreguidelines-pro-type-const-cast

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 7 05:24:20 PDT 2015


On Tue, Oct 6, 2015 at 11:07 PM, Alexander Kornienko <alexfh at google.com> wrote:
> alexfh added a comment.
>
> It looks like potentially we're going to have tens of checks in this module. I wonder whether we should start organizing the checks somehow right away. For example, create a directory (and a namespace) for each profile. We'd need to adapt the add_new_check.py script to support this then.

I wouldn't be opposed to that. Would this organization carry over to
other things as well, like the documentation and test directories?

~Aaron

>
> Just a thought. The patch LG.
>
>
> http://reviews.llvm.org/D13398
>
>
>


More information about the cfe-commits mailing list