1 .. title:: clang-tidy - cert-err52-cpp
6 This check flags all call expressions involving ``setjmp()`` and ``longjmp()``.
8 This check corresponds to the CERT C++ Coding Standard rule
9 `ERR52-CPP. Do not use setjmp() or longjmp()
10 <https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=1834>`_.