Gábor Horváth
Gábor Horváth
Note that the set example should be fixed in https://github.com/mgehre/clang/commit/9a538958ac210964bb5f141b4aee45c5fceaccea
Hmm, interesting. Thanks for reporting this!
Oh wow. Sometimes GitHubs heuristics are just plain wrong.
I did a really quick investigation. The source of the problem is that the default argument's expression is owned by the declaration. It is pretty easy to add an option...
Oh, merry christmas @mgehre :) Feel free to ignore this for now, I just wanted to note this down so we don't forget dealing with it later. I have no...
Oh, indeed. I somehow skipped the rest of the text after the dump. This makes sense to me.
> Arm support would likely require an arm kernel and archlinux only supports x86 officially. I think WSL is using Microsoft's kernel, so the distros only provide the user space....
I can give it a try. Will report back with the results. (Might not do it this weekend though.)
I tried building the latest master like: ``` mkdir build cd build cmake .. -DCMAKE_TOOLCHAIN_FILE=path/from/vcpkg cmake --build . ``` And I run into the following error for many translation units:...