[PATCH] D54943: [clang-tidy] implement new check 'misc-const-correctness' to add 'const' to unmodified variables

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 10 02:33:39 PDT 2022


JonasToth added a comment.

In D54943#3619333 <https://reviews.llvm.org/D54943#3619333>, @LegalizeAdulthood wrote:

> Clang-tidy tests and docs have been moved to subdirectories by module, please rebase to `main:HEAD`

I moved the tests and the documentation as well.
tests + documentation do build/pass


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54943/new/

https://reviews.llvm.org/D54943



More information about the cfe-commits mailing list