Update clang to look for compile_commands.json in standard cmake build dir
This commit is contained in:
parent
0780541cc1
commit
9d3001b775
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ local M = {
|
||||||
"--rename-file-limit=0",
|
"--rename-file-limit=0",
|
||||||
"--header-insertion=iwyu",
|
"--header-insertion=iwyu",
|
||||||
"--inlay-hints",
|
"--inlay-hints",
|
||||||
|
"--compile-commands-dir=build/",
|
||||||
},
|
},
|
||||||
commands = {
|
commands = {
|
||||||
ClangdSwitchSourceHeader = {
|
ClangdSwitchSourceHeader = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue