Author: Whisperity Date: 2021-07-28T16:34:56+02:00 New Revision: 60e2a503e05a6e061ad75c1e9b69bbb00352926f
URL: https://github.com/llvm/llvm-project/commit/60e2a503e05a6e061ad75c1e9b69bbb00352926f DIFF: https://github.com/llvm/llvm-project/commit/60e2a503e05a6e061ad75c1e9b69bbb00352926f.diff LOG: [clang-tidy][docs][NFC] Fix broken link and ordering in ReleaseNotes.rst 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 b4d325cb553d..30d0319edd0b 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -84,16 +84,6 @@ Improvements to clang-tidy New checks ^^^^^^^^^^ -- New :doc:`bugprone-implicit-widening-of-multiplication-result - <clang-tidy/checks/bugprone-implicit-widening-of-multiplication-result>` check. - - Diagnoses instances of an implicit widening of multiplication result. - -- New :doc:`concurrency-thread-canceltype-asynchronous - <clang-tidy/checks/concurrency-thread-canceltype-asynchronous>` check. - - Finds ``pthread_setcanceltype`` function calls where a thread's cancellation - type is set to asynchronous. - New :doc:`altera-id-dependent-backward-branch <clang-tidy/checks/altera-id-dependent-backward-branch>` check. @@ -115,19 +105,30 @@ New checks other directly, making call sites prone to calling the function with swapped (or badly ordered) arguments. -- New :doc:`cppcoreguidelines-prefer-member-initializer - <clang-tidy/checks/cppcoreguidelines-prefer-member-initializer>` check. +- New :doc:`bugprone-implicit-widening-of-multiplication-result + <clang-tidy/checks/bugprone-implicit-widening-of-multiplication-result>` check. - Finds member initializations in the constructor body which can be placed into - the initialization list instead. + Diagnoses instances of an implicit widening of multiplication result. - New :doc:`bugprone-unhandled-exception-at-new <clang-tidy/checks/bugprone-unhandled-exception-at-new>` check. Finds calls to ``new`` with missing exception handler for ``std::bad_alloc``. -- New `readability-suspicious-call-argument - <clang-tidy/checks/readability-suspicious-call-argument>`_ check +- New :doc:`concurrency-thread-canceltype-asynchronous + <clang-tidy/checks/concurrency-thread-canceltype-asynchronous>` check. + + Finds ``pthread_setcanceltype`` function calls where a thread's cancellation + type is set to asynchronous. + +- New :doc:`cppcoreguidelines-prefer-member-initializer + <clang-tidy/checks/cppcoreguidelines-prefer-member-initializer>` check. + + Finds member initializations in the constructor body which can be placed into + the initialization list instead. + +- New :doc:`readability-suspicious-call-argument + <clang-tidy/checks/readability-suspicious-call-argument>` check. Finds function calls where the arguments passed are provided out of order, based on the diff erence between the argument name and the parameter names @@ -161,7 +162,7 @@ Removed checks ^^^^^^^^^^^^^^ - The readability-deleted-default check has been removed. - + The clang warning `Wdefaulted-function-deleted <https://clang.llvm.org/docs/DiagnosticsReference.html#wdefaulted-function-deleted>`_ will diagnose the same issues and is enabled by default. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits