[PATCH] D91164: [clang-tidy] Improve C++ support in bugprone-signal-handler.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 10 07:04:23 PST 2020
balazske created this revision.
Herald added subscribers: cfe-commits, martong, gamesh411, Szelethus, dkrupp, xazax.hun, whisperity.
Herald added a project: clang.
balazske requested review of this revision.
Check for namespaces and lambda signal handler was added.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91164
Files:
clang-tools-extra/clang-tidy/bugprone/SignalHandlerCheck.cpp
clang-tools-extra/clang-tidy/bugprone/SignalHandlerCheck.h
clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-signal-handler/stdcpp.h
clang-tools-extra/test/clang-tidy/checkers/bugprone-signal-handler.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91164.304178.patch
Type: text/x-patch
Size: 10719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201110/7aeb7105/attachment.bin>
More information about the cfe-commits
mailing list