[PATCH] D57047: [clangd] Fix broken build after r351793.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 22 06:54:39 PST 2019
hokein added a comment.
I think it is safe to use the empty one (constructed by the default constructor) here -- since `getDefaults` is not free, and we don't need the configurations in codeComplete, fixed in rL351826 <https://reviews.llvm.org/rL351826>.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57047/new/
https://reviews.llvm.org/D57047
More information about the cfe-commits
mailing list