[PATCH] D65926: [clangd] Fixed printTemplateSpecializationArgs not printing partial variable specialization arguments.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 05:22:21 PDT 2019


hokein added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/ASTTests.cpp:40
 
+TEST(PrintTemplateSpecializationArgs, PrintsTemplateArgs) {
+  TestTU TU;
----------------
looks like the related tests are in `PrintASTTests.cpp`, could you move the test there?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65926





More information about the cfe-commits mailing list