[PATCH] D99421: [ASTImporter] Import member specialization/instantiation of enum decls
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 29 07:04:42 PDT 2021
martong added inline comments.
================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:6239
+TEST_P(ASTImporterOptionSpecificTestBase, ImportEnumMemberSpecializtion) {
+ Decl *FromTU = getTuDecl(
----------------
balazske wrote:
>
Thanks, I fixed the typo now.
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