The only current violations are a few uses of assert(!"descriptive string").
Seems the benefit of ensuring against a code fault outweighs the benefit of possible additional information in these cases.
-Wstring-concatenation Diagnostic text:
warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma?
-Wstring-conversion Diagnostic text:
warning: implicit conversion turns string literal into bool: A to B
https://clang.llvm.org/docs/DiagnosticsReference.html#wstring-concatenation