alexfh added inline comments. ================ Comment at: clang-tidy/boost/UseToStringCheck.cpp:53 @@ +52,3 @@ + CharType->isSpecificBuiltinType(BuiltinType::Char_U)) + // Is CharType 'char'. + StringType = "string"; ---------------- These comments don't seem to be useful, but if you want to leave them, please surround the bodies with braces, since they are longer than one line.
================ Comment at: clang-tidy/boost/UseToStringCheck.cpp:60 @@ +59,3 @@ + else + return; + ---------------- Please add a reduced test case for this. http://reviews.llvm.org/D18136 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits