[all-commits] [llvm/llvm-project] ae76b2: [clang-tidy][docs] Fix wrong sphinx link after d9a...

Balazs Benics via All-commits all-commits at lists.llvm.org
Tue Jun 21 02:42:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae76b2f455016efb8cac5519d382be575b2d2edc
      https://github.com/llvm/llvm-project/commit/ae76b2f455016efb8cac5519d382be575b2d2edc
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
    M clang-tools-extra/docs/ReleaseNotes.rst

  Log Message:
  -----------
  [clang-tidy][docs] Fix wrong sphinx link after d9afb8c3e8fd01a3c89ab2ddebcd44602a30a975

There was a copy-paste mistake at the embedded link:
  `clang-tidy/checks/cppcoreguidelines-virtual-class-destructor`
  ->
  `clang-tidy/checks/cppcoreguidelines/virtual-class-destructor`

Sphinx error:
/home/zbebnal/git/llvm-project/clang-tools-extra/docs/ReleaseNotes.rst:168:unknown document: clang-tidy/checks/cppcoreguidelines-virtual-class-destructor

Build bot: https://lab.llvm.org/buildbot#builders/115/builds/29805

Differential Revision: https://reviews.llvm.org/D126891




More information about the All-commits mailing list