[PATCH] D69241: [clangd] Handle the missing consturctor initializers in findExplicitReferences.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 01:38:31 PDT 2019


ilya-biryukov added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/FindTargetTests.cpp:844
+                int $1^abc;
+                $2^X(): $3^abc() {}
+              };
----------------
Could you also add a test with the initializer containing a base class? It produces a different kind of `CXXConstructorInitializer`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69241





More information about the cfe-commits mailing list