Eugene.Zelenko added inline comments.
================ Comment at: docs/ReleaseNotes.rst:118 + + Checks for numerical unsigned constants that are equal to '-1' or '~0' + and substitutes them with 'std::numeric_limits<type>::max()'. ---------------- Wrong kind of quotes were used. Should be `. std::numeric_limits<type>::max() Should be enclosed in ``. ================ Comment at: docs/clang-tidy/checks/readability-numerical-costants-to-max-int.rst:7 + +Checks for numerical unsigned constants that are equal to '-1' or '~0' +and substitutes them with 'std::numeric_limits<type>::max()'. ---------------- Please re-synchronize. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D52892 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits