clang-tidy: Initial commit

The clang-tidy configuration file has been initialized with all
recommended C++ category checks. These category checks are currently
disabled, except for one, which has been enabled for initial
validation. This strategy allows developers to progressively
enable the necessary checks over time.

Tested: verified build.

Change-Id: Iabf06355150cea3fcb859c56d9805874ba367edc
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
1 file changed
tree: 306d48705e3fedeed2a16ec5fa9d1f49781a3383
  1. include/
  2. src/
  3. .clang-tidy
  4. LICENSE
  5. meson.build
  6. meson.options
  7. OWNERS