Files
tp/.clangd
T

41 lines
929 B
YAML
Raw Normal View History

2024-10-17 07:57:17 +03:00
CompileFlags:
Add: [
"-Wno-c++11-compat-deprecated-writable-strings",
"-Wno-multichar",
"-fdeclspec",
"-Wno-c++11-extensions",
"-Wuninitialized",
"-Wsometimes-uninitialized",
"-Wlogical-op-parentheses",
"-Wbitwise-op-parentheses",
# "-Wunused-variable",
# "-Wunused-but-set-variable",
"-Wunused-parameter",
"-Wunused-but-set-parameter",
"-Wself-assign",
]
Diagnostics:
Suppress:
- "warn_char_constant_too_large"
2025-03-22 02:03:43 -04:00
- "illegal_union_or_anon_struct_member"
---
If:
PathMatch: .*/*.inc
Diagnostics:
Suppress:
- "undeclared_var_use"
- "undeclared_var_use_suggest"
- "bound_member_function"
- "typecheck_subscript_value"
- "unknown_typename"
2025-08-24 02:52:08 -04:00
---
If:
PathMatch: src/PowerPC_EABI_Support/MSL/MSL_C\+\+/.*\.h
CompileFlags:
Add: ["--language=c++", "--std=c++98"]
---
2025-08-24 02:52:08 -04:00
If:
PathMatch: .*\.pch
CompileFlags:
Add: ["--language=c++", "--std=c++98"]