File tree Expand file tree Collapse file tree 5 files changed +11
-2
lines changed Expand file tree Collapse file tree 5 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ just the individual thread. Use any signal except ``SIGTERM``.
14
14
This check corresponds to the CERT C Coding Standard rule
15
15
`POS44-C. Do not use signals to terminate threads
16
16
<https://wiki.sei.cmu.edu/confluence/display/c/POS44-C.+Do+not+use+signals+to+terminate+threads> `_.
17
+
18
+ `cert-pos44-c ` redirects here as an alias of this check.
Original file line number Diff line number Diff line change @@ -17,3 +17,7 @@ completely before it is used.
17
17
It is also recommended to surround macro arguments in the replacement list
18
18
with parentheses. This ensures that the argument value is calculated
19
19
properly.
20
+
21
+ This check corresponds to the CERT C Coding Standard rule
22
+ `PRE20-C. Macro replacement lists should be parenthesized.
23
+ <https://wiki.sei.cmu.edu/confluence/display/c/PRE02-C.+Macro+replacement+lists+should+be+parenthesized> `_
Original file line number Diff line number Diff line change @@ -29,3 +29,5 @@ This check is also related to and partially overlaps the CERT C++ Coding Standar
29
29
and
30
30
`EXP62-CPP. Do not access the bits of an object representation that are not part of the object's value representation
31
31
<https://wiki.sei.cmu.edu/confluence/display/cplusplus/EXP62-CPP.+Do+not+access+the+bits+of+an+object+representation+that+are+not+part+of+the+object%27s+value+representation> `_
32
+
33
+ `cert-exp42-c ` redirects here as an alias of this check.
Original file line number Diff line number Diff line change @@ -17,3 +17,5 @@ be acted upon and the effect is as if it was an asynchronous cancellation.
17
17
This check corresponds to the CERT C Coding Standard rule
18
18
`POS47-C. Do not use threads that can be canceled asynchronously
19
19
<https://wiki.sei.cmu.edu/confluence/display/c/POS47-C.+Do+not+use+threads+that+can+be+canceled+asynchronously> `_.
20
+
21
+ `cert-pos47-c ` redirects here as an alias of this check.
Original file line number Diff line number Diff line change 3
3
misc-throw-by-value-catch-by-reference
4
4
======================================
5
5
6
- `cert-err09-cpp ` redirects here as an alias for this check.
7
- `cert-err61-cpp ` redirects here as an alias for this check.
6
+ `cert-err09-cpp ` and `cert-err61-cpp ` redirect here as aliases of this check.
8
7
9
8
Finds violations of the rule "Throw by value, catch by reference" presented for
10
9
example in "C++ Coding Standards" by H. Sutter and A. Alexandrescu, as well as
You can’t perform that action at this time.
0 commit comments