[PATCH] D112903: [C++20] [Module] Fix bug47716 and implement [module.interface]/p6
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 11 21:58:33 PST 2021
ChuanqiXu marked 3 inline comments as done.
ChuanqiXu added inline comments.
================
Comment at: clang/test/CXX/module/module.interface/p2-2.cpp:1
+// The intention of this file to check we could only export declarations in namesapce scope.
+//
----------------
I move them here since this is described in p2 instead of p6. I don't merge this into p2.cpp since that I feel it is not harmonious to merge this test with the test in p2 now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112903/new/
https://reviews.llvm.org/D112903
More information about the cfe-commits
mailing list