We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d60b54 commit c40ef8dCopy full SHA for c40ef8d
clang-tools-extra/docs/ReleaseNotes.rst
@@ -117,13 +117,6 @@ Improvements to clang-tidy
117
New checks
118
^^^^^^^^^^
119
120
-- New :doc:`readability-use-numeric-limits
121
- <clang-tidy/checks/readability/use-numeric-limits>` check.
122
-
123
- Replaces certain integer literals with equivalent calls to
124
- ``std::numeric_limits<T>::min()`` or ``std::numeric_limits<T>::max()``.
125
126
127
- New :doc:`bugprone-capturing-this-in-member-variable
128
<clang-tidy/checks/bugprone/capturing-this-in-member-variable>` check.
129
0 commit comments