[PATCH] D51155: [clangd] Allow to merge symbols on-the-fly in global-symbol-builder
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 23 09:30:08 PDT 2018
ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp:60
+ "MapReduce."),
+ llvm::cl::init(true));
+
----------------
Maybe make this hidden?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D51155
More information about the cfe-commits
mailing list