maybe_uninit
This commit is contained in:
30
.clang-tidy
30
.clang-tidy
@ -1 +1,31 @@
|
||||
Checks:
|
||||
- "hicpp-*"
|
||||
- "cppcoreguidelines-*"
|
||||
- "misc-*"
|
||||
- "clang-analyzer-*"
|
||||
- "-misc-include-cleaner"
|
||||
- "performance-*"
|
||||
- "readability-*"
|
||||
- "-*-named-parameter"
|
||||
- "-*-avoid-do-while"
|
||||
- "-*-magic-numbers"
|
||||
- "-*-identifier-length"
|
||||
- "-*-union-access"
|
||||
- "-*-vararg"
|
||||
- "-*-macro-usage"
|
||||
- "-*-non-private-member-variables-in-classes"
|
||||
- "-*-avoid-non-const-global-variables"
|
||||
- "-*-missing-std-forward"
|
||||
- "-*-owning-memory"
|
||||
- "-*-no-malloc"
|
||||
- "-*-avoid-c-arrays"
|
||||
- "-*-use-anonymous-namespace"
|
||||
- "-*-reinterpret-cast"
|
||||
- "-*-noexcept-move"
|
||||
- "-*-noexcept-move-constructor"
|
||||
- "-*-noexcept-move-operations"
|
||||
- "-*-bounds-array-to-pointer-decay"
|
||||
- "-*-no-array-decay"
|
||||
- "-*-signed-bitwise"
|
||||
- "-readability-use-anyofallof"
|
||||
|
||||
|
Reference in New Issue
Block a user