[PATCH] D72121: [clang-tidy] Fix readability-identifier-naming missing member variables
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 2 18:06:46 PST 2020
njames93 created this revision.
njames93 added a reviewer: aaron.ballman.
njames93 added projects: clang, clang-tools-extra.
Herald added a subscriber: xazax.hun.
Fixes (clang-tidy) readability-identifier-naming misses fixing member variables in destructor <https://bugs.llvm.org/show_bug.cgi?id=41122> and readability-identifier-naming does not rename class members in all locations <https://bugs.llvm.org/show_bug.cgi?id=29005>
I've tried to be pretty exhaustive with test cases, but there will always be some edge cases
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72121
Files:
clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72121.235981.patch
Type: text/x-patch
Size: 10113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200103/9b5e3a59/attachment.bin>
More information about the cfe-commits
mailing list