[PATCH] D73088: [clangd] Capture the missing injected class names in findExplicitReferences.

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 21 03:41:08 PST 2020


kadircet added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/FindTargetTests.cpp:736
+              template <typename $0^T>
+              class $1^$2^Bar {
+                ~$3^Bar();
----------------
looks like we are getting duplicates here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73088





More information about the cfe-commits mailing list