[PATCH] D128372: [Clang-Tidy] Empty Check
Abraham Corea Diaz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 24 17:26:23 PDT 2022
abrahamcd updated this revision to Diff 439938.
abrahamcd marked 7 inline comments as done.
abrahamcd retitled this revision from "Clang-Tidy Empty Check" to "[Clang-Tidy] Empty Check".
abrahamcd added a comment.
Herald added a subscriber: xazax.hun.
Added functionality to check if member function `clear()` exists before
suggesting it as a fix, including updated tests to reflect that. Fixed
path change and rebase errors from the initial revision.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128372/new/
https://reviews.llvm.org/D128372
Files:
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/clang-tidy/bugprone/StandaloneEmptyCheck.cpp
clang-tools-extra/clang-tidy/bugprone/StandaloneEmptyCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/bugprone/standalone-empty.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone-standalone-empty.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone/standalone-empty.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128372.439938.patch
Type: text/x-patch
Size: 18259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220625/04312d7b/attachment-0001.bin>
More information about the cfe-commits
mailing list