llvm-project/clang-tools-extra/docs/clang-tidy/checks/cert-err52-cpp.rst

11 lines
341 B
ReStructuredText

.. 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>`_.