[PATCH] D147574: [NFC][clang] Fix Coverity static analyzer tool concerns about auto_causes_copy

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 5 07:32:18 PDT 2023


erichkeane added a comment.

In D147574#4245877 <https://reviews.llvm.org/D147574#4245877>, @Manna wrote:

> Thanks @erichkeane.
>
> Is this known failure?
>
> Failed Tests (1):
>
>   Clang :: SemaCXX/warn-unsafe-buffer-usage-fixits-addressof-arraysubscript.cpp
>
> https://buildkite.com/llvm-project/premerge-checks/builds/145026#01874e21-00e2-47a9-9bc4-975357d197ef

Looks like the commit that added that test got reverted here d5c428356f6ee107a97977eb9ef1aa4d5fa0c378 <https://reviews.llvm.org/rGd5c428356f6ee107a97977eb9ef1aa4d5fa0c378> because it caused the test to fail, so it looks like the answer is 'yes'.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147574



More information about the cfe-commits mailing list