================ @@ -0,0 +1,31 @@ +.. title:: clang-tidy - readability-use-numeric-limits + +readability-use-numeric-limits +============================== + +Replaces certain integer literals with equivalent calls to +``std::numeric_limits<T>::min()`` or ``std::numeric_limits<T>::max()``. ---------------- vbvictor wrote:
Please sync this sentence with ReleaseNotes.rst. https://github.com/llvm/llvm-project/pull/127430 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits