Skip to content

Commit 5521e5d

Browse files
committed
C6053: add heuristics section
There was already a note that describes the heuristics this uses (it's biased towards reporting more errors rather than reducing noise), but it wasn't in the correct format. This commit adds a new section to the documentation to make the heuristic documentation easier to find.
1 parent 206f054 commit 5521e5d

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)