5 Commits

Author SHA1 Message Date
e3f136f8ec build: enabled header diagnostics in clang-tidy 2025-01-14 17:18:00 -08:00
bb1a26ed90 style: add new checks to .clang-tidy without changes in codebase
List of checks:
 - readability-redundant-access-specifiers
 - performance-trivially-destructible
 - bugprone-undefined-memory-manipulation
 - bugprone-unhandled-self-assignment
 - cppcoreguidelines-prefer-member-initializer
2021-04-07 00:27:19 -07:00
915f036e90 style: apply performance-no-automatic-move 2021-04-07 00:27:19 -07:00
32a5e9ae15 style: apply readability-make-member-function-const 2021-04-07 00:27:19 -07:00
647c18deb8 style: add .clang-tidy config file 2020-08-23 19:18:33 -07:00