Changeset View
Changeset View
Standalone View
Standalone View
src/.clang-tidy
| Checks: ' | Checks: ' | ||||
| -*, | -*, | ||||
| boost-use-to-string, | boost-use-to-string, | ||||
| readability-braces-around-statements, | readability-braces-around-statements, | ||||
| readability-redundant-declaration, | |||||
| bugprone-argument-comment, | bugprone-argument-comment, | ||||
| performance-move-const-arg, | performance-move-const-arg, | ||||
| performance-no-automatic-move, | performance-no-automatic-move, | ||||
| ' | ' | ||||
| FormatStyle: file | FormatStyle: file | ||||
| CheckOptions: | CheckOptions: | ||||
| - key: performance-move-const-arg.CheckTriviallyCopyableMove | - key: performance-move-const-arg.CheckTriviallyCopyableMove | ||||
| value: false | value: false | ||||