[PATCH] D58495: [clangd] Only report explicitly typed symbols during code navigation

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 21 06:15:48 PST 2019


kadircet marked 2 inline comments as done.
kadircet added inline comments.


================
Comment at: unittests/clangd/XRefsTests.cpp:469
   auto AST = TestTU::withCode(T.code()).build();
   // Ordered assertions are deliberate: we expect a predictable order.
+  EXPECT_THAT(locateSymbolAt(AST, T.point("1")), ElementsAre(Sym("str")));
----------------
hokein wrote:
> The comment is stale.
No more


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58495/new/

https://reviews.llvm.org/D58495





More information about the cfe-commits mailing list