[PATCH] D69181: [clang-tidy] Adding misc-signal-terminated-thread check

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 20 07:57:45 PDT 2019


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/misc-bad-signal-to-kill-thread.rst:9
+individual thread. Use any signal except ``SIGTERM`` or ``SIGKILL``.
+To learn more about this rule please visit the following page:
+https://wiki.sei.cmu.edu/confluence/display/c/POS44-C.+Do+not+use+signals+to+terminate+threads
----------------
Usually links to documentation are located at the end of documentation. See other checks documentation as examples.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69181/new/

https://reviews.llvm.org/D69181





More information about the cfe-commits mailing list