[PATCH] D55363: [clangd] Expose FileStatus in LSP.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 20 05:26:42 PST 2018
hokein added inline comments.
================
Comment at: clangd/index/Merge.cpp:137
S.ReturnType = O.ReturnType;
+ if (S.Type == "")
+ S.Type = O.Type;
----------------
ilya-biryukov wrote:
> Accidental change?
oops, I rebased this branch on top of my another branch. Fixed.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55363/new/
https://reviews.llvm.org/D55363
More information about the cfe-commits
mailing list