[PATCH] D76545: [clang-tidy] Add a new check group 'experimental-'
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 21 16:03:38 PDT 2020
njames93 added a comment.
I'm not sold on this being necessary as there is nothing against simply putting the check in the right module to begin with, then changing the registerCheck call to `experimenal-<name>` as well as the docs.
Could even do some fancy trickery with the python scripts to add support in there for it.
`python add_new_check.py <module> <name> --experimental`
`python rename_check.py --no-experimental <check_name>` // Removes a check from experimental when ready for gen use
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