Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 7.0.0
-
None
-
-
86b8f68f78 (qt-creator/qt-creator/9.0)
Description
I've compared a Qt Creator 7 MinGW build that uses LLVM/Clang 14.0 PGO optimized binaries with both clangd and libclang in a simple scenario:
- Load Qt Creator 7 project
- open texteditor.cpp
- navigate at the end of the file and do Ctrl+Space
In the two attached screenshots you can see the difference. libclang is visibly faster than clangd.
QtCreator7-clangd-14-mingw-optimized.mp4
QtCreator7-libclang-14-mingw-optimized.mp4
Attachments
Issue Links
- relates to
-
QTCREATORBUG-27264 clangd background indexing takes forever
- Closed