codeql-coding-standards/change_notes/2023-11-05-m6-5-5-const-ref...

3 строки
220 B
Markdown
Исходник Постоянная ссылка Обычный вид История

- `M6-5-5`:
- Reduce false positives by no longer considering the taking of a const reference as a modification.
- Improve detection of non-local modification of loop iteration variables to reduce false positives.