[PATCH] D151431: [clang-tidy] Add check bugprone-unique-ptr-array-mismatch.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 30 23:49:47 PDT 2023
balazske updated this revision to Diff 526927.
balazske added a comment.
removed check name in documentation code comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151431/new/
https://reviews.llvm.org/D151431
Files:
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/clang-tidy/bugprone/UniquePtrArrayMismatchCheck.cpp
clang-tools-extra/clang-tidy/bugprone/UniquePtrArrayMismatchCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/bugprone/unique-ptr-array-mismatch.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone/unique-ptr-array-mismatch.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151431.526927.patch
Type: text/x-patch
Size: 13715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230531/29e5b2c0/attachment.bin>
More information about the cfe-commits
mailing list