-
https://clang.llvm.org/docs/Modules.html
-
This issue is meant to collect the names of failing tests together with links to the failures for investigation. This is a long-running issue and will likely not be closed by one or only a few PRs.
…
-
以下のようなCMakeの記載方法をメモする場所が必要。
https://cpprefjp.github.io/implementation.html
-
See the previous Windows/cl.exe-only issue at https://github.com/microsoft/vscode-cpptools/issues/6290 (UPDATE: the issue was deleted, see https://github.com/microsoft/vscode-cpptools/issues/8256#issu…
-
### Description of the problem / feature request / question:
Starting to look into C++ Modules. While it will earliest officially arrive in 2020, would be good to have support for that soonish.
He…
-
I get a segmentation fault when trying to create an umbrella module by exporting multiple modules.
For some reason this only happens when I try to export more than 3 modules. The ordering does not ma…
-
### Description / Steps to reproduce the issue
1. Install `clang++` with: `pacman -S mingw-w64-clang-x86_64-toolchain`.
2. Here is a sample of C++ 20 Modules:
```cpp
//hello.cpp
import ;
using…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45135](https://bugs.llvm.org/show_bug.cgi?id=45135) |
| Status | NEW |
| Importance | P enhancemen…
-
I'm trying to get Steam Audio to work with Unreal Engine 5. The problem is that whenever I go to Plugins section in Unreal Engine 5 and enable Steam Audio, it requires me to restart UE5, and when I do…
-
I found this one when I investigate the building time in modules.
The reproducer:
```cpp
// a.cpp
constexpr bool f() {
for (unsigned n = 0; n != 1'000'000; ++n) {
}
return true;
}
te…