cxx/.clangd
2025-04-28 22:09:22 +08:00

28 lines
521 B
YAML

CompileFlags:
Add:
- -Xclang
- -fno-validate-pch
- -fretain-comments-from-system-headers
Compiler: clang++
Index:
Background: true
Diagnostics:
ClangTidy:
Add:
- modernize-*
- performance-*
- cppcoreguidelines-*
ClangTidyChecks: true
Options:
UseChecks:
- "*"
WarningAsErrors: cppcoreguidelines-*
InlayHints:
Enabled: true
ParameterNames: true
DeducedTypes: true
Designators: true
Completion:
AllScopes: true
SemanticTokens:
Enabled: true