[PATCH] D118016: [clang-tidy] Change code of SignalHandlerCheck (NFC).

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 23 23:59:50 PST 2022


balazske created this revision.
Herald added subscribers: carlosgalvezp, steakhal, martong, gamesh411, Szelethus, dkrupp, xazax.hun.
balazske requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

Using clang::CallGraph to get the called functions.
This makes a better foundation to improve support for
C++ and print the call chain.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118016

Files:
  clang-tools-extra/clang-tidy/bugprone/SignalHandlerCheck.cpp
  clang-tools-extra/clang-tidy/bugprone/SignalHandlerCheck.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118016.402409.patch
Type: text/x-patch
Size: 7329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220124/4fc23b59/attachment.bin>


More information about the cfe-commits mailing list