[all-commits] [llvm/llvm-project] 853ca5: [C++20][Modules][6/8] Record direct module imports.
iains via All-commits
all-commits at lists.llvm.org
Sun Feb 27 02:07:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 853ca5472314e109b98e46f0985f27f79e17d2bd
https://github.com/llvm/llvm-project/commit/853ca5472314e109b98e46f0985f27f79e17d2bd
Author: Iain Sandoe <iain at sandoe.co.uk>
Date: 2022-02-27 (Sun, 27 Feb 2022)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaModule.cpp
Log Message:
-----------
[C++20][Modules][6/8] Record direct module imports.
This is a small cache to avoid having to check both Exports and
Imports.
Differential Revision: https://reviews.llvm.org/D118589
More information about the All-commits
mailing list