[PATCH] D68027: [clangd] Change constness of parameters to findExplicitRefs
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 25 08:31:53 PDT 2019
ilya-biryukov added a comment.
Who are the callers? Selection tree?
FWIW, I'd rather pass non-const everywhere, the concept of const-ness is just not very useful for AST nodes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68027/new/
https://reviews.llvm.org/D68027
More information about the cfe-commits
mailing list