LegalizeAdulthood added inline comments. ================ Comment at: test/clang-tidy/misc-string-integer-assignment.cpp:33 @@ +32,3 @@ + s = 'c'; + s = (char)6; + ---------------- What happens if the test code had used `static_cast<char>`? http://reviews.llvm.org/D15411