[PATCH] D113898: [NFC][clangd] cleaning up llvm-qualified-auto

Christian Kühnel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 18 08:15:24 PST 2021


kuhnel added a comment.

When trying to revert some of the changes, I just noticed there are a couple of `if (const auto* ...` in `CodeComplete.cpp` and `AST.cpp` (and maybe other files as well). So some folks seem to be using this right now. If we want to be consistent, we would have to remove these `const` as well.

I'm not sure what the right way forward would be.

@sammccall  WDYT?


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