Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
Qt Creator 4.10.0-beta1
-
CMake 3.14.5
Ubuntu 18.04
Description
- Git clone https://github.com/llvm/llvm-project.git
- Open llvm/CMakeLists.txt and configure the project (wait until it finished)
- In Projects mode, set LLVM_ENABLE_PROJECTS to "clang;clang-tools-extra"
- Hit "Apply Configuration Changes"
- In the locator, type "clangd" to find ClangdMain.cpp --> Ops, nothing.
- Hit "Apply Configuration Changes" again --> Ops, shouldn't it be grayed out?
- In the locator, type "clangd" again --> Ops, nothing.
- Close the project and re-open it.
- In the locator, type "clangd" again --> Aha, found.
Note that by setting LLVM_ENABLE_PROJECTS more sub projects are included.