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