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
I'm not 100% certain that it would be correct to annotate operator delete with captures(none), but operator new is already being annotated with noalias, even though that's technically not guaranteed to be correct. Should Clang add captures(none) with -fassume-sane-operator-new?