Enable clang-tidy bugprone-signal-handler

Official docs:

  Finds functions registered as signal handlers that call non
  asynchronous-safe functions.
This commit is contained in:
Robert Schulze 2022-05-08 10:55:32 +02:00
parent 9f1116b385
commit d0b2fa952c
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -12,7 +12,6 @@ Checks: '*,
-bugprone-lambda-function-name,
-bugprone-narrowing-conversions,
-bugprone-not-null-terminated-result,
-bugprone-signal-handler,
-bugprone-spuriously-wake-up-functions,
-bugprone-unhandled-exception-at-new,
-bugprone-unhandled-self-assignment,