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