Re: [Qt-creator] Creator 7 & LLVM 15

2022-02-11 Thread Björn Schäpers
Am 11.02.2022 um 14:49 schrieb Christian Kandeler: On 2/11/22 12:03, Björn Schäpers wrote: - clangd says: Failed to retrieve clangd version: Unexpected clangd output. I cannot reproduce that.   From my console (doesn't matter if bash or cmd):   $ clangd --version   clangd version 15.0.0

Re: [Qt-creator] Creator 7 & LLVM 15

2022-02-11 Thread Christian Kandeler
On 2/11/22 12:03, Björn Schäpers wrote: - clangd says: Failed to retrieve clangd version: Unexpected clangd output. I cannot reproduce that.   From my console (doesn't matter if bash or cmd):   $ clangd --version   clangd version 15.0.0

Re: [Qt-creator] Creator 7 & LLVM 15

2022-02-11 Thread Björn Schäpers
And now for the fun part. While investigating for my last answer the build on my laptop went thorugh. It is build from the same hashes with the same build script (I have a Makefile to build me everything), and only 2 days difference in installing msys, there shouldn't be a significant change in

Re: [Qt-creator] Creator 7 & LLVM 15

2022-02-11 Thread Björn Schäpers
Thanks for the quick answer. Am 11.02.2022 um 12:14 schrieb Eike Ziller: On 11 Feb 2022, at 12:03, Björn Schäpers wrote: Hi, I updated my system and now have some problems: - I switched my compiler from MinGW to MinGW with UCRT - Updated from Qt 5.15.2 to 6.2.3 - switched from qmake to

Re: [Qt-creator] Creator 7 & LLVM 15

2022-02-11 Thread Eike Ziller
> On 11 Feb 2022, at 12:03, Björn Schäpers wrote: > > Hi, > > I updated my system and now have some problems: > - I switched my compiler from MinGW to MinGW with UCRT > - Updated from Qt 5.15.2 to 6.2.3 - switched from qmake to cmake > - Updated Creator from 6.0 beta2 to whatever yesterday

[Qt-creator] Creator 7 & LLVM 15

2022-02-11 Thread Björn Schäpers
Hi, I updated my system and now have some problems: - I switched my compiler from MinGW to MinGW with UCRT - Updated from Qt 5.15.2 to 6.2.3 - switched from qmake to cmake - Updated Creator from 6.0 beta2 to whatever yesterday was HEAD on the 7.0 branch - also switched to cmake - Updated LLVM