[all-commits] [llvm/llvm-project] 9d8c3a: [clang-tidy] Change code of SignalHandlerCheck (NFC).
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Tue Jan 25 06:54:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d8c3ad94fad5dd5fb511af89c9e7c3679922ce0
https://github.com/llvm/llvm-project/commit/9d8c3ad94fad5dd5fb511af89c9e7c3679922ce0
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/SignalHandlerCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SignalHandlerCheck.h
M clang-tools-extra/test/clang-tidy/checkers/bugprone-signal-handler.c
Log Message:
-----------
[clang-tidy] Change code of SignalHandlerCheck (NFC).
Using clang::CallGraph to get the called functions.
This makes a better foundation to improve support for
C++ and print the call chain.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D118016
More information about the All-commits
mailing list