Commit
fccd0da5ee6f4e337395f287edcf824a009e1b7e
by adam.balogh
[clang-tidy] New check: bugprone-misplaced-pointer-arithmetic-in-alloc Finds cases where an integer expression is added to the result of a memory allocation function instead of its argument. Differential Revision: https://reviews.llvm.org/D71001