# clangd doesn't like sizeof expressions for pointers to pointers, eg: # int **x = malloc(sizeof(*x)); # disables annoying warnings (be careful!) Checks: '-bugprone-sizeof-expression'