clang-tidy: Initial commit

Added initial .clang-tidy configuration file with recommended C++ checks
aligned with the OpenBMC-approved checklist. This setup enforces modern
C++ best practices and helps catch common issues early in development.

Change-Id: I27db4ef97555d921998a5b71f96f2eb8c7d444c2
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
1 file changed
tree: 2f621aa1d9e6f56302fc718faa8a1f24b0b9832c
  1. src/
  2. subprojects/
  3. .clang-format
  4. .clang-tidy
  5. .gitignore
  6. LICENSE
  7. meson.build
  8. OWNERS
  9. phosphor-ipmi-kcs@.service.in
  10. README.md
README.md

kcsbridge

To Build

To build this package, do the following steps:

1. meson build
2. ninja -C build