[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / cert / err52-cpp.rst
bloba29dc7bcd3243153a251b3892f9c08ae8a37d0ee
1 .. title:: clang-tidy - cert-err52-cpp
3 cert-err52-cpp
4 ==============
6 This check flags all call expressions involving ``setjmp()`` and ``longjmp()``.
8 This 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>`_.