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.

Tested: Verified build.

Change-Id: I216ab8d142e0d6fa069244c2c3f885dff7c028e3
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
1 file changed
tree: c5ed0e301eab34a509fa4fae6741bcf91f571aab
  1. scripts/
  2. subprojects/
  3. .clang-format
  4. .clang-tidy
  5. .gitignore
  6. fru_area.cpp
  7. fru_area.hpp
  8. frup.cpp
  9. frup.hpp
  10. LICENSE
  11. meson.build
  12. meson.options
  13. OWNERS
  14. readeeprom.cpp
  15. README.md
  16. strgfnhandler.cpp
  17. types.hpp
  18. writefrudata.cpp
  19. writefrudata.hpp
README.md

ipmi-fru-parser

Building

To build this package, do the following steps:

meson setup builddir
ninja -C builddir