[all-commits] [llvm/llvm-project] 17ce54: [C++20][Modules] Improve efficiency of isModulePar...
iains via All-commits
all-commits at lists.llvm.org
Wed Mar 2 00:32:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17ce5497aa016707b31a2e99a05ec7451ba4014d
https://github.com/llvm/llvm-project/commit/17ce5497aa016707b31a2e99a05ec7451ba4014d
Author: Iain Sandoe <iain at sandoe.co.uk>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M clang/include/clang/Basic/Module.h
Log Message:
-----------
[C++20][Modules] Improve efficiency of isModulePartition method.
The original implementation of this used the presence of a ":" in the module
name as the key, but since we now generate modules with the correct kind, we
can just test that.
Differential Revision: https://reviews.llvm.org/D120764
More information about the All-commits
mailing list