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 use -Xclang -verify-ignore-unexpected=error to ignore unrelated failures in some of our Clang-verify tests, however the result is that those verify tests will pass if the code fails to compile for any reason at all. That's really not what we intend. Originally found by @dalg24 .