[PATCH] D98242: [clangd] Store system relative includes as verbatim
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 10 14:49:51 PST 2021
sammccall added a comment.
I measured this as a mild (3%) increase in preamble indexing time when working on clangd itself, more details in D98329 <https://reviews.llvm.org/D98329>
This regression could be more significant with a long include search path, so I'd like to avoid adding this without caching. If we need this urgently then D98329 <https://reviews.llvm.org/D98329> is enough, if not then D98371 <https://reviews.llvm.org/D98371> is more comprehensive. Up to you how to proceed here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98242/new/
https://reviews.llvm.org/D98242
More information about the cfe-commits
mailing list