| | | | --- | --- | | Bugzilla Link | [43709](https://llvm.org/bz43709) | | Version | trunk | | OS | All | | CC | @aaronpuchert,@Quuxplusone,@DougGregor,@yeputons,@zygoloid | ## Extended Description Consider the example: struct S{}; const auto bar() { return S{}; } // false positive warning const S bar1() { return S{}; } https://godbolt.org/z/XE3F69