[all-commits] [llvm/llvm-project] 1fb233: [NFC] [C++20] [Modules] Add a test to show the abi...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Aug 19 19:15:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fb2331e8231118ec108bfdcafcd0178ad7f472f
https://github.com/llvm/llvm-project/commit/1fb2331e8231118ec108bfdcafcd0178ad7f472f
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2025-08-20 (Wed, 20 Aug 2025)
Changed paths:
A clang/test/Modules/skip-body.cppm
Log Message:
-----------
[NFC] [C++20] [Modules] Add a test to show the ability to skip bodies for import first and include later
For the common pattern:
```C++
module;
export module a;
...
```
```C++
// a.cpp
import a;
```
In this case, we're already able to skip parsing the body of some
declarations in a.cpp. Add a test to show the ability.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list