zaks.anna added inline comments.
================ Comment at: lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:134 + else if (I->isUnsigned()) + OS << I->getZExtValue() << ", which is"; + else ---------------- Please print single quotes around the value. ================ Comment at: lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:138 + + OS << " larger or equal with the width of type '" + << B->getLHS()->getType().getAsString() << "'."; ---------------- "equal with the width" -> "equal to the width" Repository: rL LLVM https://reviews.llvm.org/D30295 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits