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
We should consider changing the behavior of -addcr, so that it no longer adds _Checked to top level declarations.
Instead, it would add a #pragma checked to the top of the file, and add _Unchecked annotations as necessary.
This is to fit in better with the porting workflow.