blob: 0cbe262dac87d2576f87101114ed4e2ac863f73d [file] [log] [blame]
Jayanth Othayoth891112d2025-06-08 10:09:47 -05001// This .cpp file was added as a workaround for clang-tidy limitations.
2// Meson runs clang-tidy directly on headers (.hpp), but the tool relies on
3// compile_commands.json, which only defines context for .cpp files.
4// This results in invalid diagnostics when headers are processed alone.
5// The workaround ensures headers like test_utils.hpp are properly analyzed
6// via corresponding .cpp compilation units using HeaderFilterRegex settings.
7
8#include "test_utils.hpp"