[PATCH] D61749: [clang-tidy] initial version of readability-static-const-method
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 10 13:48:01 PDT 2019
lebedev.ri added a comment.
In D61749#1498541 <https://reviews.llvm.org/D61749#1498541>, @mgehre wrote:
> ...
Still, this is two separate checks, logically.
You can put the `FindUsageOfThis` e.g. into a new file in `clang-tidy/utils`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61749/new/
https://reviews.llvm.org/D61749
More information about the cfe-commits
mailing list