cxx/.clangd

21 lines
367 B
Text
Raw Permalink 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++
Diagnostics:
ClangTidy:
Add:
- modernize-*
- performance-*
- cppcoreguidelines-*
InlayHints:
Enabled: true
ParameterNames: true
DeducedTypes: true
Designators: true
Completion:
AllScopes: true