[PATCH] D76545: [clang-tidy] Add a new check group 'experimental-'
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 22 09:04:10 PDT 2020
aaron.ballman added a comment.
I think we want to keep the experimental checks grouped to their parent module rather than being in a module of their own. Also, if we want to allow experimental checks, I think we should have some rough community consensus on 1) what are the criteria for something being experimental and included in clang-tidy (as opposed to in an out-of-tree repo) and what are the maintenance expectations for those checks, 2) what is the criteria for moving something *out* of experimental mode, and 3) how long should something be experimental without improvement before it's removed from clang-tidy?
I'm not opposed to the idea of experimental checks, but I don't want to see "experimental" become a dumping ground for low-quality checks that we then have to maintain indefinitely.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76545/new/
https://reviews.llvm.org/D76545
More information about the cfe-commits
mailing list