[PATCH] D13398: [clang-tidy] add check cppcoreguidelines-pro-type-const-cast
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 6 20:07:23 PDT 2015
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.
Just a thought. The patch LG.
http://reviews.llvm.org/D13398
More information about the cfe-commits
mailing list