in cpp/Clang_Tidy_cppcoreguidelines.cpp [5:9]
void fill_pointer(int* arr, const int num) { for(int i = 0; i < num; ++i) { arr[i] = 0; } }