[all-commits] [llvm/llvm-project] fb79ef: Fix readability-identifier-naming missing member v...
Nathan James via All-commits
all-commits at lists.llvm.org
Mon Jan 13 10:29:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fb79ef524171c96a9f3df025ac7a8a3e00fdc0b4
https://github.com/llvm/llvm-project/commit/fb79ef524171c96a9f3df025ac7a8a3e00fdc0b4
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
Log Message:
-----------
Fix readability-identifier-naming missing member variables
Fixes PR41122 (missing fixes for member variables in a destructor) and
PR29005 (does not rename class members in all locations).
More information about the All-commits
mailing list