[PATCH] D32700: [clang-tidy] Add bugprone-suspicious-memset-usage check.
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 14 05:16:34 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL308020: [clang-tidy] Add bugprone-suspicious-memset-usage check (authored by xazax).
Changed prior to commit:
https://reviews.llvm.org/D32700?vs=106620&id=106624#toc
Repository:
rL LLVM
https://reviews.llvm.org/D32700
Files:
clang-tools-extra/trunk/clang-tidy/CMakeLists.txt
clang-tools-extra/trunk/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/trunk/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/trunk/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp
clang-tools-extra/trunk/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.h
clang-tools-extra/trunk/clang-tidy/google/CMakeLists.txt
clang-tools-extra/trunk/clang-tidy/google/GoogleTidyModule.cpp
clang-tools-extra/trunk/clang-tidy/google/MemsetZeroLengthCheck.cpp
clang-tools-extra/trunk/clang-tidy/google/MemsetZeroLengthCheck.h
clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt
clang-tools-extra/trunk/clang-tidy/tool/ClangTidyMain.cpp
clang-tools-extra/trunk/docs/ReleaseNotes.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/bugprone-suspicious-memset-usage.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/google-runtime-memset.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
clang-tools-extra/trunk/docs/clang-tidy/index.rst
clang-tools-extra/trunk/test/clang-tidy/bugprone-suspicious-memset-usage.cpp
clang-tools-extra/trunk/test/clang-tidy/google-runtime-memset-zero-length.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32700.106624.patch
Type: text/x-patch
Size: 29085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170714/182c7182/attachment-0001.bin>
More information about the cfe-commits
mailing list