Skip to content

Commit 0336328

Browse files
committed
[clang-tidy][DOC] Minor fixes to release notes
Fix minor style problems in release notes.
1 parent 803cbcb commit 0336328

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,15 @@ Improvements to clang-tidy
100100
- Improved :program:`run-clang-tidy.py` script. Added argument `-source-filter`
101101
to filter source files from the compilation database, via a RegEx. In a
102102
similar fashion to what `-header-filter` does for header files.
103+
103104
- Improved :program:`check_clang_tidy.py` script. Added argument `-export-fixes`
104105
to aid in clang-tidy and test development.
106+
105107
- Fixed bug where big values for unsigned check options overflowed into negative values
106-
when being printed with ``--dump-config``.
108+
when being printed with `--dump-config`.
107109

108-
- Fixed ``--verify-config`` option not properly parsing checks when using the
109-
literal operator in the ``.clang-tidy`` config.
110+
- Fixed `--verify-config` option not properly parsing checks when using the
111+
literal operator in the `.clang-tidy` config.
110112

111113
New checks
112114
^^^^^^^^^^
@@ -236,7 +238,7 @@ Changes in existing checks
236238

237239
- Improved :doc:`google-explicit-constructor
238240
<clang-tidy/checks/google/explicit-constructor>` check to better handle
239-
``C++-20`` `explicit(bool)`.
241+
C++20 `explicit(bool)`.
240242

241243
- Improved :doc:`google-global-names-in-headers
242244
<clang-tidy/checks/google/global-names-in-headers>` check by replacing the local
@@ -249,6 +251,10 @@ Changes in existing checks
249251
check by ignoring other functions with same prefixes as the target specific
250252
functions.
251253

254+
- Improved :doc:`linuxkernel-must-check-errs
255+
<clang-tidy/checks/linuxkernel/must-check-errs>` check documentation to
256+
consistently use the check's proper name.
257+
252258
- Improved :doc:`llvm-header-guard
253259
<clang-tidy/checks/llvm/header-guard>` check by replacing the local
254260
option `HeaderFileExtensions` by the global option of the same name.
@@ -282,8 +288,8 @@ Changes in existing checks
282288
accesses as arguments.
283289

284290
- Improved :doc:`modernize-use-nullptr
285-
<clang-tidy/checks/modernize/use-nullptr>` check to include support for
286-
``C23``, which also has introduced the ``nullptr`` keyword.
291+
<clang-tidy/checks/modernize/use-nullptr>` check to include support for C23,
292+
which also has introduced the ``nullptr`` keyword.
287293

288294
- Improved :doc:`modernize-use-override
289295
<clang-tidy/checks/modernize/use-override>` check to also remove any trailing
@@ -340,13 +346,9 @@ Miscellaneous
340346
^^^^^^^^^^^^^
341347

342348
- Fixed incorrect formatting in :program:`clang-apply-replacements` when no
343-
``--format`` option is specified. Now :program:`clang-apply-replacements`
349+
`--format` option is specified. Now :program:`clang-apply-replacements`
344350
applies formatting only with the option.
345351

346-
- Fixed the :doc:`linuxkernel-must-check-errs
347-
<clang-tidy/checks/linuxkernel/must-check-errs>` documentation to consistently
348-
use the check's proper name.
349-
350352
Improvements to include-fixer
351353
-----------------------------
352354

0 commit comments

Comments
 (0)