20 lines
367 B
YAML
20 lines
367 B
YAML
CompileFlags:
|
|
Add:
|
|
- -std=c++26
|
|
- -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
|