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

Johan Vikström via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 06:22:41 PDT 2019


jvikstrom added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/ASTTests.cpp:40
 
+TEST(PrintTemplateSpecializationArgs, PrintsTemplateArgs) {
+  TestTU TU;
----------------
hokein wrote:
> looks like the related tests are in `PrintASTTests.cpp`, could you move the test there?
Oh I didn't see that test file. Seems like a lot of this is already tested, so just removing everything that isn't related to template variables.


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