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

Soumi Manna via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 5 07:36:00 PDT 2023


Manna added a comment.

In D147574#4245881 <https://reviews.llvm.org/D147574#4245881>, @erichkeane wrote:

> 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'.

Thanks @erichkeane for confirming!


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