29 lines
521 B
Text
29 lines
521 B
Text
|
|
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
|