This is separate from --query-driver but can combine with it.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
thanks!
clang-tools-extra/clangd/ConfigFragment.h | ||
---|---|---|
140 | not sure if query-driver interactions is worth explaining here | |
143 | i am also afraid of this :/ in theory json compilation database already drops well-known wrappers and users that use another medium to communicate flags should be responsible of taking care of this, so hopefully it won't bite us badly |
clang-tools-extra/clangd/ConfigFragment.h | ||
---|---|---|
140 | I suspect this is the main reason that people will want to set this :-( | |
143 | Yeah. Anyway this is fixable if we need to fix it, it's just annoying to need the list of strings to skip over in two places. |
not sure if query-driver interactions is worth explaining here