[all-commits] [llvm/llvm-project] b5b750: [docs] improve documentation for misc-const-correc...

Jonas Toth via All-commits all-commits at lists.llvm.org
Mon Aug 29 02:21:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b5b750346346bfe95c7c6b1cceacc6cfccc8f4f4
      https://github.com/llvm/llvm-project/commit/b5b750346346bfe95c7c6b1cceacc6cfccc8f4f4
  Author: Jonas Toth <development at jonas-toth.eu>
  Date:   2022-08-29 (Mon, 29 Aug 2022)

  Changed paths:
    M clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst

  Log Message:
  -----------
  [docs] improve documentation for misc-const-correctness

Improve the documentation for 'misc-const-correctness' to:

- include better examples
- improve the english
- fix links to other checks that were broken due to the directory-layout changes
- mention the limitation that the check does not run on `C` code.

Addresses #56749, #56958

Reviewed By: njames93

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




More information about the All-commits mailing list