1.. title:: clang-tidy - cert-err52-cpp 2 3cert-err52-cpp 4============== 5 6This check flags all call expressions involving ``setjmp()`` and ``longjmp()``. 7 8This 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>`_. 11