mirror of
https://github.com/zeldaret/tww.git
synced 2024-11-22 21:09:40 +00:00
Update clangd settings
This commit is contained in:
parent
9ed7cfc79d
commit
ea7b18aa9f
14
.clangd
14
.clangd
@ -1,5 +1,13 @@
|
||||
# https://clangd.llvm.org/config
|
||||
CompileFlags:
|
||||
Add:
|
||||
- -Wno-c++11-compat-deprecated-writable-strings
|
||||
- -Wno-undefined-inline
|
||||
Add: [
|
||||
"-Wno-c++11-compat-deprecated-writable-strings",
|
||||
"-Wno-undefined-inline",
|
||||
]
|
||||
---
|
||||
If:
|
||||
PathMatch: .*\.inc
|
||||
CompileFlags:
|
||||
Add: [
|
||||
"-Wno-return-type",
|
||||
]
|
||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -33,7 +33,6 @@
|
||||
"ctx.c": true,
|
||||
},
|
||||
"clangd.arguments": [
|
||||
"--function-arg-placeholders=0",
|
||||
"-header-insertion=never",
|
||||
"--function-arg-placeholders=0",
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user