[PATCH] D87683: [clang-tidy] Crash fix for bugprone-misplaced-pointer-arithmetic-in-alloc

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 15 09:27:45 PDT 2020


njames93 added a comment.

Please fix the test case first, can't call `operator new(unsigned long, void*)` with an argument of type `void*`
The other failures the pre merge bot detected can safely be disregarded


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87683/new/

https://reviews.llvm.org/D87683



More information about the cfe-commits mailing list