File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -176,9 +176,10 @@ New checks
176176New check aliases
177177^^^^^^^^^^^^^^^^^
178178
179- - New alias :doc: `bugprone-unchecked-string-to-number-conversion
180- <clang-tidy/checks/bugprone/unchecked-string-to-number-conversion>` to
181- :doc: `cert-err34-c <clang-tidy/checks/cert/err34-c >` was added.
179+ - Renamed :doc: `cert-err34-c <clang-tidy/checks/cert/err34-c >` to
180+ :doc: `bugprone-unchecked-string-to-number-conversion
181+ <clang-tidy/checks/bugprone/unchecked-string-to-number-conversion>`
182+ keeping initial check as an alias to the new one.
182183
183184Changes in existing checks
184185^^^^^^^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 11.. title :: clang-tidy - bugprone-unchecked-string-to-number-conversion
22
33bugprone-unchecked-string-to-number-conversion
4- =========================================
4+ ==============================================
55
66This check flags calls to string-to-number conversion functions that do not
77verify the validity of the conversion, such as ``atoi() `` or ``scanf() ``. It
You can’t perform that action at this time.
0 commit comments