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
Adds documentation explaining that variables are considered initialized
after being passed by pointer or reference to another function, thereby
assuming the callee will initialize the variable. Since this may not
always be desired, we also suggest using SAL annotations to more
precisely describe the function behavior.
0 commit comments