[PATCH] D118996: [clang-tidy] Support C++14 in bugprone-signal-handler.
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 26 06:07:15 PDT 2022
steakhal added a comment.
In D118996#3473934 <https://reviews.llvm.org/D118996#3473934>, @whisperity wrote:
> After adding improvements to the documentation, I think this will be good to go, and thank you! Perhaps just for a safety measure you could run it on a few projects (LLVM itself?) to ensure we didn't miss a case where it might magically crash, but I wonder how many specifically "C++14" projects will use signal handlers in the first place.
It did not crash on llvm, nor on our internal test set.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118996/new/
https://reviews.llvm.org/D118996
More information about the cfe-commits
mailing list