Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
.. 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>`_.