commit | 7fa7e6c677c7dfb8e7684cc6d6c92eefb73b83b2 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Wed Feb 14 14:33:32 2024 -0800 |
committer | Ed Tanous <ed@tanous.net> | Wed Apr 24 08:01:08 2024 -0700 |
tree | 389d7b631a80e60fe86ad12c399cd89151b0eb0e | |
parent | 6f22abd8bf811a5502c25152e8e4e77f1f9cb6e8 [diff] |
Add clang-tidy This commit adds clang-tidy, and fixes most of the issues that tidy finds that require manual intervention. Note, it also reverts from c++23 -> c++20 due to a bunch in clang-13 + libstdc++ + std::tuple packs. At such time as that's fixed, we can roll forward again. Change-Id: I9bb5381866ef83dc75e41ef314377b19a79141f1 Signed-off-by: Ed Tanous <ed@tanous.net>