[PATCH] D99421: [ASTImporter] Import member specialization/instantiation of enum decls

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 29 13:36:46 PDT 2021


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

LGTM



================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:6256
+  EXPECT_TRUE(ToD);
+  EXPECT_TRUE(ToD->getMemberSpecializationInfo());
+}
----------------
Is it worth also verifying the `TemplateSpecializationKind`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99421



More information about the cfe-commits mailing list