llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-tools-extra Author: Congcong Cai (HerrCai0907) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/122595.diff 1 Files Affected: - (modified) clang-tools-extra/docs/ReleaseNotes.rst (+3-3) ``````````diff diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 9818ec9603bbc0..835a0269a2733c 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -195,7 +195,7 @@ Changes in existing checks the offending code with ``reinterpret_cast``, to more clearly express intent. - Improved :doc:`bugprone-dangling-handle - <clang-tidy/checks/bugprone/dangling-handle>` check to treat `std::span` as a + <clang-tidy/checks/bugprone/dangling-handle>` check to treat ``std::span`` as a handle class. - Improved :doc:`bugprone-exception-escape @@ -233,7 +233,7 @@ Changes in existing checks - Improved :doc:`bugprone-unchecked-optional-access <clang-tidy/checks/bugprone/unchecked-optional-access>` to support - `bsl::optional` and `bdlb::NullableValue` from + ``bsl::optional`` and ``bdlb::NullableValue`` from <https://github.com/bloomberg/bde>_. - Improved :doc:`bugprone-unhandled-self-assignment @@ -370,7 +370,7 @@ Changes in existing checks - Improved :doc:`readability-redundant-smartptr-get <clang-tidy/checks/readability/redundant-smartptr-get>` check to - remove `->`, when redundant `get()` is removed. + remove ``->``, when redundant ``get()`` is removed. - Improved :doc:`readability-use-std-min-max <clang-tidy/checks/readability/use-std-min-max>` check to use correct template `````````` </details> https://github.com/llvm/llvm-project/pull/122595 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits