The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
29.16k
stars
12.03k
forks
source link
Clang++ crashes when using pointer-to-member pointers from separate named modules #116190
Open
JoniHelen opened 4 days ago
clang++ crashes while building CMake project with c++ modules using pointer-to-member pointers with the following stack trace:
source_and_run_script.zip repro_files.zip
The issue only occurs when the classes are originally from different modules. If they are defined in the same module, the program builds fine.