You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: change-notes/1.19/analysis-cpp.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@
31
31
| AV Rule 164 | Fewer false positive results | This query now accounts for explicit casts. |
32
32
| Negation of unsigned value | Fewer false positive results | This query now accounts for explicit casts. |
33
33
| 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. |
0 commit comments