[PATCH] D143128: [-Wunsafe-buffer-usage] Fix-Its transforming `&DRE[any]` to `&DRE.data()[any]`

Ziqing Luo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 5 15:42:29 PDT 2023


ziqingluo-90 added a comment.

In D143128#4245112 <https://reviews.llvm.org/D143128#4245112>, @DavidSpickett wrote:

> I've reverted this, please try to fix the test then reland.
>
> The full test output can be downloaded from the buildbot page, if you need any more information let me know.

Thank you @DavidSpickett for catching this issue and reverting the patch for me.  I have added a specific target triple for the test and re-laned it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143128



More information about the cfe-commits mailing list