[PATCH] D52892: [Clang-tidy] readability check to convert numerical constants to std::numeric_limits

Idriss Riouak via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 8 07:36:08 PDT 2018


IdrissRio updated this revision to Diff 168662.
IdrissRio marked 22 inline comments as done.
IdrissRio edited the summary of this revision.
IdrissRio added a comment.

Update with the suggestion proposed by @Eugene.Zelenko and @JonasToth


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52892

Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/NumericalCostantsToMaxIntCheck.cpp
  clang-tidy/readability/NumericalCostantsToMaxIntCheck.h
  clang-tidy/readability/ReadabilityTidyModule.cpp
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/readability-numerical-costants-to-max-int.rst
  test/clang-tidy/readability-numerical-costants-to-max-int.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52892.168662.patch
Type: text/x-patch
Size: 16695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181008/a6b09248/attachment.bin>


More information about the cfe-commits mailing list