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.18/analysis-cpp.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@
25
25
|[Too many arguments to formatting function]| More correct and fewer false positives results | This query now understands positional format arguments as supported by some libraries. |
26
26
|[Variable used in its own initializer]| Fewer false positive results | Results where a macro is used to indicate deliberate uninitialization are now excluded |
27
27
|[Assignment where comparison was intended]| Fewer false positive results | Results are no longer reported if the variable is not yet defined. |
28
-
|[Comparison where assignment was intended]| More correct results | "This query now includes results where an overloaded `operator==` is used in the wrong context. |[ Wrong type of arguments to formatting function]| Fewer false positive results | The size of wide characters in formatting functions is now determined from custom definitions of wide string formatting functions. |
28
+
|[Comparison where assignment was intended]| More correct results | "This query now includes results where an overloaded `operator==` is used in the wrong context. |
29
+
|[ Wrong type of arguments to formatting function]| Fewer false positive results | The size of wide characters in formatting functions is now determined from custom definitions of wide string formatting functions. |
0 commit comments