I use Qt Creator 7.0.2 for a mixed C/C+ project using CMake 3.20.6 (and Ninja as a generator) (and MinGW 7.30 64-bits as a main compiler), and it has been recently very slow due to constant indexing. It says almost at all times inthe bottom right "Indexing with clangd" and says it has anywhere between 1 and 4 files to index. This makes everything slow or frozen as it consumes a lot of CPU and seems to be blocking for everything in Qt Creator. This wasn't the case before, or ever in previous versions.
Any tips or hints as to what could cause this ? I can deactivate clangd parsing/indexing, but then I get no auto-complete or other project-parsing/indexing-dependent functionalities.