[PATCH] D44298: [clangd] Don't index template specializations.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 9 05:16:45 PST 2018


ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: unittests/clangd/SymbolCollectorTests.cpp:200
+      UnorderedElementsAreArray(
+          {QName("Foo"), QName("f1"), QName("f2"), QName("KInt"), QName("Tmpl"),
+           QName("kStr"), QName("foo"), QName("foo::bar"), QName("foo::int32"),
----------------
nit: I'd probably also check the range, just in case...


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D44298





More information about the cfe-commits mailing list