use divided module
This commit is contained in:
parent
0534572646
commit
e0a242e12b
7 changed files with 138 additions and 74 deletions
10
.clangd
10
.clangd
|
|
@ -1,22 +1,16 @@
|
|||
CompileFlags:
|
||||
Add:
|
||||
- -std=c++26
|
||||
- -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
|
||||
|
|
@ -24,5 +18,3 @@ InlayHints:
|
|||
Designators: true
|
||||
Completion:
|
||||
AllScopes: true
|
||||
SemanticTokens:
|
||||
Enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue