summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy/checks/cert-err52-cpp.rst
blob: a29dc7bcd3243153a251b3892f9c08ae8a37d0ee (plain)
1
2
3
4
5
6
7
8
9
10
.. 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>`_.
OpenPOWER on IntegriCloud