[PATCH] D47846: [clangd] Implementation of textDocument/documentSymbol
Marc-Andre Laperle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 6 14:42:24 PDT 2018
malaperle added inline comments.
================
Comment at: unittests/clangd/FindSymbolsTests.cpp:39
}
+MATCHER_P(QName, Name, "") {
+ if (arg.containerName.empty())
----------------
I updated the other tests to use this in https://reviews.llvm.org/D47847
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D47846
More information about the cfe-commits
mailing list