mirror of
https://github.com/zeldaret/tww.git
synced 2024-11-22 21:09:40 +00:00
14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
# https://clangd.llvm.org/config
|
|
CompileFlags:
|
|
Add: [
|
|
"-Wno-c++11-compat-deprecated-writable-strings",
|
|
"-Wno-undefined-inline",
|
|
]
|
|
---
|
|
If:
|
|
PathMatch: .*\.inc
|
|
CompileFlags:
|
|
Add: [
|
|
"-Wno-return-type",
|
|
]
|