[PATCH] D35937: [clang-tidy] Add new readability non-idiomatic static access
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 8 08:37:07 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL310371: [clang-tidy] Add new readability non-idiomatic static access check (authored by xazax).
Changed prior to commit:
https://reviews.llvm.org/D35937?vs=110175&id=110209#toc
Repository:
rL LLVM
https://reviews.llvm.org/D35937
Files:
clang-tools-extra/trunk/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/trunk/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/trunk/clang-tidy/readability/StaticAccessedThroughInstanceCheck.cpp
clang-tools-extra/trunk/clang-tidy/readability/StaticAccessedThroughInstanceCheck.h
clang-tools-extra/trunk/docs/ReleaseNotes.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-static-accessed-through-instance.rst
clang-tools-extra/trunk/test/clang-tidy/readability-static-accessed-through-instance-nesting-threshold.cpp
clang-tools-extra/trunk/test/clang-tidy/readability-static-accessed-through-instance.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35937.110209.patch
Type: text/x-patch
Size: 16052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170808/4b77ffcd/attachment.bin>
More information about the cfe-commits
mailing list