[PATCH] D26167: [Clang-tidy] check for malloc, realloc and free calls

Malcolm Parsons via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 14 01:28:32 PST 2016


malcolm.parsons added a comment.

I tried this check on my company's codebase.
It misses cases where malloc is used through a function pointer.
Should clang-tidy warn about making a function pointer to these functions?


Repository:
  rL LLVM

https://reviews.llvm.org/D26167





More information about the cfe-commits mailing list