[PATCH] D145856: [clang-tidy] Let misc-const-correctness detect auto local variables that can be made const

2023-03-12 Thread Chris Thrasher via Phabricator via cfe-commits
ChrisThrasher added a comment. I'm working on the test failures and improved test coverage. Where can I learn more about how to update the release notes and documentation? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D145856/new/

[PATCH] D145856: [clang-tidy] Let misc-const-correctness detect auto local variables that can be made const

2023-03-11 Thread Chris Thrasher via Phabricator via cfe-commits
ChrisThrasher created this revision. ChrisThrasher added a reviewer: JonasToth. Herald added subscribers: PiotrZSL, carlosgalvezp, xazax.hun. Herald added a reviewer: njames93. Herald added a project: All. ChrisThrasher requested review of this revision. Herald added a project: clang-tools-extra.