[PATCH] D54943: WIP [clang-tidy] implement const-transformation for cppcoreguidelines-const-correctness
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 15 01:05:52 PDT 2021
JonasToth added a comment.
In D54943#2944680 <https://reviews.llvm.org/D54943#2944680>, @0x8000-0000 wrote:
> Using the checker now in our production BuildBot - no crashes and no false positives. Can't say if there are false negatives, but at any rate the checker is better than most colleagues at finding what should be declared const.
Perfect, that sounds very good!
I will now continue with a bit of testing on open-source software, and if there are no crashes left, I would like to land this version.
`transformation` can then be used to iron out the false positives and have this check stabilize even further. But if it is useful (especially for linting during dev), there is value :)
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