LegalizeAdulthood added inline comments. ================ Comment at: test/clang-tidy/misc-string-integer-assignment.cpp:46 @@ +45,3 @@ + ws += L'c'; + ws += (wchar_t)6; + ---------------- Use `static_cast<>` instead of C-style cast? http://reviews.llvm.org/D15411