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",
|
||||
"--header-insertion=iwyu",
|
||||
"--inlay-hints",
|
||||
"--compile-commands-dir=build/",
|
||||
},
|
||||
commands = {
|
||||
ClangdSwitchSourceHeader = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue