Commit Graph

1 Commits

Author SHA1 Message Date
Jameson Nash
276f6acf27
misc: add simple clang-tidy setup (#4874)
clang-tidy can already read the compilation database from cmake to run
on any file. This sets up some cmake targets to make it easier to run
the check on all files applicable to the current platform. It also
disables a few analyses to reduce the number of warnings to a manageable
level. Actually making any fixes is left for later.
2026-02-13 20:52:21 -05:00