Skip to content

Commit e75ab21

Browse files
committed
Fix instructions in docs
1 parent 091f302 commit e75ab21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ modernize-avoid-setjmp-longjmp
55

66
Flags all call expressions involving ``setjmp()`` and ``longjmp()`` in C++ code.
77

8+
Exception handling with ``throw`` and ``catch`` should be used instead.
9+
810
References
911
----------
1012

0 commit comments

Comments
 (0)