[clang-tools-extra] [clang-tidy] Rename 'cert-err52-cpp' to 'bugprone-avoid-setjmp-longjmp' (PR #159813)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 20 07:15:25 PDT 2025
================
@@ -0,0 +1,10 @@
+.. title:: clang-tidy - bugprone-avoid-setjmp-longjmp
+
+bugprone-avoid-setjmp-longjmp
+=============================
+
+This check flags all call expressions involving ``setjmp()`` and ``longjmp()``.
----------------
zeyi2 wrote:
Thanks for reviewing, I've updated the docs wording as suggested.
https://github.com/llvm/llvm-project/pull/159813
More information about the cfe-commits
mailing list