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
This warning should now be enabled in Clang by default, though didn't catch this earlier due to -Werror, I suspect it wasn't enabled in the version from the package manager.
Issue
‘this’ pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true
Tasks
clang:
-Wundefined-bool-conversion
msvc: ??
IR.cpp
The text was updated successfully, but these errors were encountered: