summaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: 20b4476a7e2e1e6a5696a60ec0b0f1cd95cec59c (plain)
1
2
3
4
5
# 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'