mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 03:28:35 -04:00
Update clangd settings
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Vendored
+1
-2
@@ -33,7 +33,6 @@
|
||||
"ctx.c": true,
|
||||
},
|
||||
"clangd.arguments": [
|
||||
"--function-arg-placeholders=0",
|
||||
"-header-insertion=never",
|
||||
"--function-arg-placeholders=0",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user