Files
tp/.clangd
T

13 lines
300 B
YAML
Raw Normal View History

2024-10-17 07:57:17 +03:00
CompileFlags:
2024-10-18 00:21:08 +03:00
Add: [-Wno-c++11-compat-deprecated-writable-strings, -Wno-extern-initializer]
---
If:
PathMatch: .*/*.inc
Diagnostics:
Suppress:
- "undeclared_var_use"
- "undeclared_var_use_suggest"
- "bound_member_function"
- "typecheck_subscript_value"
- "unknown_typename"