Oganesyan Levon
Oganesyan Levon
This pull request is about to provide a support of writing out compile_commands.json relatively to workspace root to provide each project means of customizing their .clangd. By default compile-commands-extractor's refresh_compile_command...
I try to use clang-cl as driver for sources built by msvc. But I think there is a bug in how clangd invokes "clang-cl: -E -v -x c++ -". It...
I want to create compile_commands.json with 'directory' with lowered (explicitly specified) drive letter. This pullrequest is a workaround for a known clangd issue: https://github.com/clangd/clangd/issues/108 Clangd engine doesn't differ 'Windows paths'...
For the following sample cpp code, 'Find All Implementations' on `A` doesn't find class `impl` only `impl2`. Btw implementations of `A::f` are found correctly. The same is observed on Windows....