[PATCH] D70265: [clang-tidy] Add clang tidy check I.2 to cppcoreguidelines
Kim Viggedal via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 23 12:37:01 PST 2019
vingeldal updated this revision to Diff 235176.
vingeldal marked 7 inline comments as done.
vingeldal added a comment.
Updating D70265 <https://reviews.llvm.org/D70265>: [clang-tidy] Add clang tidy check I.2 to cppcoreguidelines
- Added an option to not check member variables.
- Add checking for member variables referencing or pointing to non-const data.
- Added some early returns in check implementation.
- Expanded documentation, with an example and link to C++ Core Guidelines
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70265/new/
https://reviews.llvm.org/D70265
Files:
clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.h
clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-non-const-global-variables.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables-NoMembers.cpp
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70265.235176.patch
Type: text/x-patch
Size: 31494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191223/c46f22d7/attachment-0001.bin>
More information about the cfe-commits
mailing list