Files
FreeRDP/.clang-tidy
akallabeth 21d0088b95 [clang-tidy] disable performance-avoid-endl
this warning is not required in our case as we do not have code that
requires high performance utilizing std::endl (output to std::cout or
std::cerr)
2024-09-10 14:43:17 +02:00

5.6 KiB