llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-tidy Author: Florian Mayer (fmayer) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/174796.diff 1 Files Affected: - (modified) clang-tools-extra/docs/clang-tidy/checks/list.rst (+1) ``````````diff diff --git a/clang-tools-extra/docs/clang-tidy/checks/list.rst b/clang-tools-extra/docs/clang-tidy/checks/list.rst index e0de2b9c2dada..3dabf887dc2e1 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/list.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst @@ -54,6 +54,7 @@ Clang-Tidy Checks :doc:`abseil-string-find-str-contains <abseil/string-find-str-contains>`, "Yes" :doc:`abseil-time-comparison <abseil/time-comparison>`, "Yes" :doc:`abseil-time-subtraction <abseil/time-subtraction>`, "Yes" + :doc:`abseil-unchecked-statusor-access <abseil/unchecked-statusor-access>`, :doc:`abseil-upgrade-duration-conversions <abseil/upgrade-duration-conversions>`, "Yes" :doc:`altera-id-dependent-backward-branch <altera/id-dependent-backward-branch>`, :doc:`altera-kernel-name-restriction <altera/kernel-name-restriction>`, `````````` </details> https://github.com/llvm/llvm-project/pull/174796 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
