This is a small cache to avoid having to check both Exports and
Imports.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118589
[C++20][Modules][6/8] Record direct module imports. ClosedPublic Authored by iains on Jan 31 2022, 2:39 AM.
Details Summary This is a small cache to avoid having to check both Exports and
Diff Detail
Event Timelineiains added a parent revision: D118588: [C++20][Modules]5/8] Diagnose wrong import/export for partition CMIs..Feb 3 2022, 5:36 AM iains added a child revision: D118598: [C++20][Modules][7/8] Find the primary interface name for a module..Feb 3 2022, 5:41 AM iains retitled this revision from [C++20][Modules] Record direct module imports. to [C++20][Modules][6/8] Record direct module imports..Feb 16 2022, 4:28 AM This revision is now accepted and ready to land.Feb 17 2022, 1:39 AM This revision was landed with ongoing or failed builds.Feb 27 2022, 2:07 AM Closed by commit rG853ca5472314: [C++20][Modules][6/8] Record direct module imports. (authored by iains). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 411545 clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaModule.cpp
|