Advent of Code 2022 day 7
This commit is contained in:
parent
d5c814e889
commit
e8126364c4
4 changed files with 1160 additions and 6 deletions
14
.clangd
14
.clangd
|
|
@ -1,8 +1,5 @@
|
|||
InlayHints:
|
||||
Enabled: Yes
|
||||
ParameterNames: No
|
||||
DeducedTypes: Yes
|
||||
Designators: No
|
||||
CompileFlags:
|
||||
Add: [-std=c++20]
|
||||
Diagnostics:
|
||||
ClangTidy:
|
||||
Add: [bugprone-*, clang-analyzer-*, concurrency-* cppcoreguidelines-*, misc-*, modernize-*, performance-*, readability-*]
|
||||
|
|
@ -26,4 +23,9 @@ Diagnostics:
|
|||
readability-identifier-length,
|
||||
readability-magic-numbers,
|
||||
readability-uppercase-literal-suffix
|
||||
]
|
||||
]
|
||||
InlayHints:
|
||||
Enabled: Yes
|
||||
ParameterNames: No
|
||||
DeducedTypes: Yes
|
||||
Designators: No
|
||||
Loading…
Add table
Add a link
Reference in a new issue