Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8381ef

Browse files
committed
CPP: Add change notes for some more changes.
1 parent 7df7d8d commit d8381ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

change-notes/1.19/analysis-cpp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
| AV Rule 164 | Fewer false positive results | This query now accounts for explicit casts. |
3232
| Negation of unsigned value | Fewer false positive results | This query now accounts for explicit casts. |
3333
| Variable scope too large | Fewer false positive results | Variables with declarations in header files, or that are used at file scope, are now excluded from this query. |
34+
| Comparison result is always the same | Fewer false positive results | Comparisons in template instantiations are now excluded from this query. |
35+
| Unsigned comparison to zero | Fewer false positive results | Comparisons in template instantiations are now excluded from this query. |
3436

3537
## Changes to QL libraries
3638

0 commit comments

Comments
 (0)