[clang-tools-extra] [clang-tidy] Rename 'cert-err52-cpp' to 'modernize-avoid-setjmp-longjmp' (PR #159813)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 22 04:15:26 PDT 2025
================
@@ -0,0 +1,10 @@
+.. title:: clang-tidy - modernize-avoid-setjmp-longjmp
+
+modernize-avoid-setjmp-longjmp
+==============================
+
+Flags all call expressions involving ``setjmp()`` and ``longjmp()``.
+
----------------
zeyi2 wrote:
I think everything is ok now :)
Please take another look when you have a moment.
https://github.com/llvm/llvm-project/pull/159813
More information about the cfe-commits
mailing list