[PATCH] D55793: [clang-tidy] Add duplicated access specifier readability check (PR25403)
Mateusz Maćkowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 16 10:03:57 PDT 2019
m4tx updated this revision to Diff 195408.
m4tx added a comment.
Herald added a project: clang.
Updated the diff for the latest (master) version, used GitHub monorepo for the changes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55793/new/
https://reviews.llvm.org/D55793
Files:
clang-tools-extra/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.cpp
clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/readability-redundant-access-specifiers.rst
clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers-check-first-declaration.cpp
clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55793.195408.patch
Type: text/x-patch
Size: 12744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190416/daa642a4/attachment-0001.bin>
More information about the cfe-commits
mailing list