[PATCH] D54943: [clang-tidy] implement const-transformation for cppcoreguidelines-const-correctness
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 25 08:27:11 PDT 2022
njames93 added a comment.
I share @aaron.ballman option that given the flakiness of the guidelines, the check shouldn't mention that it addresses the c++core guidelines. Instead moving the check into another module(misc) would still provide immense value, with the side effect that it is still able to help teams enforce parts of the core guidelines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54943/new/
https://reviews.llvm.org/D54943
More information about the cfe-commits
mailing list