This issue was copied from https://github.com/microsoft/checkedc-clang/issues/568 ---- When converting a string literal to a boolean value, it will be `true`. This makes `assert("Foo Bar Baz")` pointless (never fails).
This issue was copied from checkedc/checkedc-clang#568
When converting a string literal to a boolean value, it will be
true.This makes
assert("Foo Bar Baz")pointless (never fails).