We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd26b60 commit 091f302Copy full SHA for 091f302
clang-tools-extra/docs/clang-tidy/checks/cert/err52-cpp.rst
@@ -3,7 +3,7 @@
3
cert-err52-cpp
4
==============
5
6
-The cert-err52-cpp check is an alias, please see
+The `cert-err52-cpp` check is an alias, please see
7
`modernize-avoid-setjmp-longjmp <../modernize/avoid-setjmp-longjmp.html>`_
8
for more information.
9
clang-tools-extra/docs/clang-tidy/checks/modernize/avoid-setjmp-longjmp.rst
@@ -3,7 +3,10 @@
modernize-avoid-setjmp-longjmp
==============================
-Flags all call expressions involving ``setjmp()`` and ``longjmp()``.
+Flags all call expressions involving ``setjmp()`` and ``longjmp()`` in C++ code.
+
+References
+----------
10
11
This check corresponds to the CERT C++ Coding Standard rule
12
`ERR52-CPP. Do not use setjmp() or longjmp()
0 commit comments