Author: Piotr Zegar Date: 2024-04-27T18:51:00Z New Revision: 0336328e970e7e809d52a33a704bb7c05f6e170e
URL: https://github.com/llvm/llvm-project/commit/0336328e970e7e809d52a33a704bb7c05f6e170e DIFF: https://github.com/llvm/llvm-project/commit/0336328e970e7e809d52a33a704bb7c05f6e170e.diff LOG: [clang-tidy][DOC] Minor fixes to release notes Fix minor style problems in release notes. Added: Modified: clang-tools-extra/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index f59d9c3b7a5746..3038d2b125f20d 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -100,13 +100,15 @@ Improvements to clang-tidy - Improved :program:`run-clang-tidy.py` script. Added argument `-source-filter` to filter source files from the compilation database, via a RegEx. In a similar fashion to what `-header-filter` does for header files. + - Improved :program:`check_clang_tidy.py` script. Added argument `-export-fixes` to aid in clang-tidy and test development. + - Fixed bug where big values for unsigned check options overflowed into negative values - when being printed with ``--dump-config``. + when being printed with `--dump-config`. -- Fixed ``--verify-config`` option not properly parsing checks when using the - literal operator in the ``.clang-tidy`` config. +- Fixed `--verify-config` option not properly parsing checks when using the + literal operator in the `.clang-tidy` config. New checks ^^^^^^^^^^ @@ -236,7 +238,7 @@ Changes in existing checks - Improved :doc:`google-explicit-constructor <clang-tidy/checks/google/explicit-constructor>` check to better handle - ``C++-20`` `explicit(bool)`. + C++20 `explicit(bool)`. - Improved :doc:`google-global-names-in-headers <clang-tidy/checks/google/global-names-in-headers>` check by replacing the local @@ -249,6 +251,10 @@ Changes in existing checks check by ignoring other functions with same prefixes as the target specific functions. +- Improved :doc:`linuxkernel-must-check-errs + <clang-tidy/checks/linuxkernel/must-check-errs>` check documentation to + consistently use the check's proper name. + - Improved :doc:`llvm-header-guard <clang-tidy/checks/llvm/header-guard>` check by replacing the local option `HeaderFileExtensions` by the global option of the same name. @@ -282,8 +288,8 @@ Changes in existing checks accesses as arguments. - Improved :doc:`modernize-use-nullptr - <clang-tidy/checks/modernize/use-nullptr>` check to include support for - ``C23``, which also has introduced the ``nullptr`` keyword. + <clang-tidy/checks/modernize/use-nullptr>` check to include support for C23, + which also has introduced the ``nullptr`` keyword. - Improved :doc:`modernize-use-override <clang-tidy/checks/modernize/use-override>` check to also remove any trailing @@ -340,13 +346,9 @@ Miscellaneous ^^^^^^^^^^^^^ - Fixed incorrect formatting in :program:`clang-apply-replacements` when no - ``--format`` option is specified. Now :program:`clang-apply-replacements` + `--format` option is specified. Now :program:`clang-apply-replacements` applies formatting only with the option. -- Fixed the :doc:`linuxkernel-must-check-errs - <clang-tidy/checks/linuxkernel/must-check-errs>` documentation to consistently - use the check's proper name. - Improvements to include-fixer ----------------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits