cxx/.clangd

30 lines
538 B
Text
Raw Normal View History

2025-04-16 13:09:54 +08:00
CompileFlags:
Add:
2025-04-28 13:58:27 +08:00
- -std=c++26
2025-04-16 13:09:54 +08:00
- -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