[PATCH] D64018: [clangd] Store hash of command line in index shards.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 02:55:26 PDT 2019
sammccall added a comment.
Still LG
================
Comment at: clang-tools-extra/clangd/index/Serialization.h:48
llvm::Optional<IncludeGraph> Sources;
+ llvm::Optional<tooling::CompileCommand> Cmd;
};
----------------
Need to document that this contains only Directory and CommandLine (or use another struct)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64018/new/
https://reviews.llvm.org/D64018
More information about the cfe-commits
mailing list