[all-commits] [llvm/llvm-project] 200e7a: [clang-tidy][docs][NFC] Refer to the CERT rule in ...

Balazs Benics via All-commits all-commits at lists.llvm.org
Sun Mar 13 09:51:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 200e7a84701257afe80fd0b168fef78cf29aa523
      https://github.com/llvm/llvm-project/commit/200e7a84701257afe80fd0b168fef78cf29aa523
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   2022-03-13 (Sun, 13 Mar 2022)

  Changed paths:
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-shared-ptr-array-mismatch.rst

  Log Message:
  -----------
  [clang-tidy][docs][NFC] Refer to the CERT rule in bugprone-shared-ptr-array-mismatch docs

Document the connection between this checker and the corresponding CERT
rule.

Reviewed By: aaron.ballman

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


  Commit: d321f0992684b0dad255fe2d9bb14523a685c5c4
      https://github.com/llvm/llvm-project/commit/d321f0992684b0dad255fe2d9bb14523a685c5c4
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   2022-03-13 (Sun, 13 Mar 2022)

  Changed paths:
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.h
    M clang-tools-extra/docs/clang-tidy/checks/list.rst

  Log Message:
  -----------
  [clang-tidy][docs][NFC] Update URL and docs of PostfixOperatorCheck

The docs URL was dangling, and the docs suggested that it has no fixits,
but it actually had.

Reviewed By: aaron.ballman

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


  Commit: 665879b9e7d1bc1b3a329b152d27225d7c975ca3
      https://github.com/llvm/llvm-project/commit/665879b9e7d1bc1b3a329b152d27225d7c975ca3
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   2022-03-13 (Sun, 13 Mar 2022)

  Changed paths:
    M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h

  Log Message:
  -----------
  [clang-tidy][docs] Fix wrong url in DontModifyStdNamespaceCheck

It was probably a copy-paste mistake.
The check was added as `cert-dcl58-cpp`, so the doc should point there.

Reviewed By: aaron.ballman

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


Compare: https://github.com/llvm/llvm-project/compare/d2baefae6846...665879b9e7d1


More information about the All-commits mailing list