Files
clang-p2996/clang/lib/CodeGen/CodeGenModule.cpp
Chuanqi Xu 9744909a12 [NFC] [C++20] [Modules] Refactor Module::getGlobalModuleFragment and Module::getPrivateModuleFragment
The original implementation of `Module::getGlobalModuleFragment` and
`Module::getPrivateModuleFragment` tried to find the global module
fragment and the private module fragment by comparing strings, which
smells bad. This patch tries to improve this.
2023-09-28 14:06:02 +08:00

284 KiB