[PATCH] D118016: [clang-tidy] Change code of SignalHandlerCheck (NFC).
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 25 05:39:32 PST 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a commenting nit. Thanks!
================
Comment at: clang-tools-extra/clang-tidy/bugprone/SignalHandlerCheck.cpp:136
+ if (CG.size() <= 1) {
+ // Call graph must be populated with the entire TU at the begin.
+ // (It is possible to add a single function but the functions called from it
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118016/new/
https://reviews.llvm.org/D118016
More information about the cfe-commits
mailing list