[PATCH] D45444: [clang-tidy] implement new check for const-correctness
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 17 10:14:47 PDT 2018
Eugene.Zelenko added a comment.
> But you could also take a look at the enforcement of some coding
> guidelines (my personal todolists:
> https://github.com/JonasToth/CppCoreGuidelinesTooling
> https://github.com/JonasToth/HighIntegrityTooling). There are always low
> hanging fruit checks. Implementing something there helps getting used to
> the codebase of clang, too.
You may be also interested to look onto enhancements requests for Clang-tidy in http://bugs.llvm.org.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D45444
More information about the cfe-commits
mailing list