[PATCH] D143128: [-Wunsafe-buffer-usage] Fix-Its transforming `&DRE[any]` to `&DRE.data()[any]`
Eric Gullufsen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 4 19:21:18 PDT 2023
emgullufsen added a comment.
Just a heads up it seems like a lot of premerge checks builds are now showing this test as failing on Windows x64:
********************
Failed Tests (1):
Clang :: SemaCXX/warn-unsafe-buffer-usage-fixits-addressof-arraysubscript.cpp
Here are some links from buildkite for a few of the builds that failed on this test:
https://buildkite.com/llvm-project/premerge-checks/builds/145054 <https://buildkite.com/llvm-project/premerge-checks/builds/145054>
https://buildkite.com/llvm-project/premerge-checks/builds/145048 <https://buildkite.com/llvm-project/premerge-checks/builds/145048>
https://buildkite.com/llvm-project/premerge-checks/builds/145044 <https://buildkite.com/llvm-project/premerge-checks/builds/145044>
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