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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits