kuzkry
kuzkry
Hmm, maybe I wouldn't say `std::`, just `jthread`. C++20 isn't even out there and it will not be for a lot of people for a long time. Anyway, I've created...
Hi! I forked muttleyxd's repository, bisected between v.13.0.0 and v14.0.0 and I was able to locate the first bad commit - [6a605b97a2006bd391f129a606483656b7c6fb28](https://github.com/llvm/llvm-project/commit/6a605b97a2006bd391f129a606483656b7c6fb28) as I'm not familiar with these regions of...
Ok, I checked out LLVM repository on the first "wrong" commit and I noticed the following: - it doesn't work when compiled on Ubuntu 20.04 and executed on Manjaro -...
Hi! I've got exactly the same problem now. In the referred issue you wrote it was eventually fixed. Can we expect another patch for that?
Hello @marehr, FYI there is strong opposition against introducing new macros in this project. I'd recommend sticking to EricWF's advice.
Btw. C++20 has solved this issue by changing the requirements on variadic macros and [the appropriate patch](https://github.com/llvm/llvm-project/commit/af971365a2a8b0d982814c0652bb86844fd19cda) has been merged to Clang project and released since Clang 14. The warning...
Google maintainers always welcome a PR for consideration :)