xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/cert/err52-cpp.rst (revision 6e566bc5523f743bc34a7e26f050f1f2b4d699a8)
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