[PATCH] D96286: [clangd] Change TidyProvider cache to use a linked list approach
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 8 12:40:14 PST 2021
njames93 added a comment.
A similar approach could be used for the config provider, however It may not make as much sense there. The directories are traversed in the opposite order and we will always attempt to read from each directory.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96286/new/
https://reviews.llvm.org/D96286
More information about the cfe-commits
mailing list