[PATCH] D44882: [clangd] Implementation of workspace/symbol request
Marc-Andre Laperle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 12 07:46:08 PDT 2018
malaperle added a comment.
In https://reviews.llvm.org/D44882#1065622, @sammccall wrote:
> Still LG, thanks!
> I'll look into the testing issue.
I thought about it after... I think it was because I was trying to test with std::unordered_map (to prevent multiple results) which needs std=c++11, I'll try with something else.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D44882
More information about the cfe-commits
mailing list