[PATCH] D123837: [C++20] [Modules] Judge isInCurrentModule currently
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 19:54:54 PDT 2022
ChuanqiXu updated this revision to Diff 423797.
ChuanqiXu added a comment.
Address comments:
- Add tests for GMF
- Avoid to compare string if M is private module fragment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123837/new/
https://reviews.llvm.org/D123837
Files:
clang/include/clang/Basic/Module.h
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaLookup.cpp
clang/test/CXX/module/module.import/p2.cpp
clang/test/Modules/cxx20-10-1-ex2.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123837.423797.patch
Type: text/x-patch
Size: 8489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220420/771961eb/attachment.bin>
More information about the cfe-commits
mailing list