[PATCH] D97142: [clang-tidy] Simplify unused RAII check
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 21 06:27:09 PST 2021
steveire created this revision.
steveire added reviewers: aaron.ballman, njames93.
Herald added a subscriber: xazax.hun.
steveire requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Fix handling of default construction where the constructor has a default arg.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97142
Files:
clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.h
clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97142.325289.patch
Type: text/x-patch
Size: 5061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210221/935a8e10/attachment.bin>
More information about the cfe-commits
mailing list