================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
