[PATCH] D45444: [clang-tidy] implement new check for const-correctness
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 11 12:14:06 PDT 2018
JonasToth added a comment.
F7179032: llvm_lib_references.out <https://reviews.llvm.org/F7179032>
F7179031: llvm_lib_pointer_values.out <https://reviews.llvm.org/F7179031>
F7179030: llvm_lib_values.out <https://reviews.llvm.org/F7179030>
Here are results for `llvm/lib` with the current version.
I could not find any outstanding issues right now. I feel that the check needs transformation capabilties. Then i would try to produce invalid const transformations to find false positives. Spoting false negatives is harder though.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D45444
More information about the cfe-commits
mailing list