Skip to content

Commit 8f1daa9

Browse files
Merge pull request #5070 from eholk/c6053
C6053: add heuristics section
2 parents 6e7bba4 + 5521e5d commit 8f1daa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/code-quality/c6053.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ size_t f( )
6969
}
7070
```
7171
72-
You should note that this warning is sometimes reported on certain idioms guaranteed to be safe in practice. Because of the frequency and potential consequences of this defect, the analysis tool is biased in favor of finding potential issues instead of its typical bias of reducing noise.
72+
## Heuristics
73+
74+
This warning is sometimes reported on certain idioms guaranteed to be safe in practice. Because of the frequency and potential consequences of this defect, the analysis tool is biased in favor of finding potential issues instead of its typical bias of reducing noise.
7375
7476
## See also
7577

0 commit comments

Comments
 (0)