[PATCH] D58190: [clangd] Add tests for template specializations
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 18 05:53:01 PST 2019
ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.
LGTM with a typo-nit :-)
================
Comment at: unittests/clangd/XRefsTests.cpp:378
+
+ R"cpp(// partial tmeplate specialization
+ template <typename T>
----------------
s/tmeplate/template
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58190/new/
https://reviews.llvm.org/D58190
More information about the cfe-commits
mailing list