Skip to content

Commit 091f302

Browse files
committed
Fix the docs
1 parent bd26b60 commit 091f302

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cert-err52-cpp
44
==============
55

6-
The cert-err52-cpp check is an alias, please see
6+
The `cert-err52-cpp` check is an alias, please see
77
`modernize-avoid-setjmp-longjmp <../modernize/avoid-setjmp-longjmp.html>`_
88
for more information.
99

clang-tools-extra/docs/clang-tidy/checks/modernize/avoid-setjmp-longjmp.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
modernize-avoid-setjmp-longjmp
44
==============================
55

6-
Flags all call expressions involving ``setjmp()`` and ``longjmp()``.
6+
Flags all call expressions involving ``setjmp()`` and ``longjmp()`` in C++ code.
7+
8+
References
9+
----------
710

811
This check corresponds to the CERT C++ Coding Standard rule
912
`ERR52-CPP. Do not use setjmp() or longjmp()

0 commit comments

Comments
 (0)