[PATCH] D113898: [NFC][clangd] cleaning up llvm-qualified-auto
Christian Kühnel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 2 08:19:18 PST 2021
kuhnel added a comment.
Looking at the documentation, this looks like a bug in the clang-tidy check:
https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-qualified-auto.html
The rule `llvm-qualified-auto` should not add a `const` qualifier.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113898/new/
https://reviews.llvm.org/D113898
More information about the cfe-commits
mailing list