================
@@ -0,0 +1,10 @@
+.. title:: clang-tidy - modernize-avoid-setjmp-longjmp
+
+modernize-avoid-setjmp-longjmp
+==============================
+
+Flags all call expressions involving ``setjmp()`` and ``longjmp()``.
+
----------------
vbvictor wrote:

One more sentence left:

"Exception handling with ``throw`` and ``catch`` should be used instead."

https://github.com/llvm/llvm-project/pull/159813
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to