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
"title": "Do not call va_arg() on a va_list that has an indeterminate value"
@@ -51,7 +53,9 @@
51
53
"precision": "very-high",
52
54
"severity": "error",
53
55
"short_name": "RightHandOperandOfAShiftRange",
54
-
"tags": ["correctness"]
56
+
"tags": [
57
+
"correctness"
58
+
]
55
59
}
56
60
],
57
61
"title": "The right hand operand of a shift operator shall lie in the range zero to one less than the width in bits of the essential type of the left hand operand"
0 commit comments