<div dir="ltr">I think this is because of the behavior outlined here.<div><br></div><div><div>  /// \brief Returns true if this function or its return type has the</div><div>  /// warn_unused_result attribute. If the return type has the attribute and</div><div>  /// this function is a method of the return type's class, then false will be</div><div>  /// returned to avoid spurious warnings on member methods such as assignment</div><div>  /// operators.</div><div>  bool hasUnusedResultAttr() const { return getUnusedResultAttr() != nullptr; }</div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">~Craig</div></div>
<br><div class="gmail_quote">On Mon, Apr 17, 2017 at 11:48 PM, Craig Topper <span dir="ltr"><<a href="mailto:craig.topper@gmail.com" target="_blank">craig.topper@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>It seems if warn_unused_result is put on a class definition it doesn't apply to any of the methods in that class that return the class type?</div><div><br></div><div>This test should generate 2 warnings but only generates one.</div><div><br></div><div><a href="https://godbolt.org/g/kImv9k" target="_blank">https://godbolt.org/g/kImv9k</a><br></div><div><br></div><div>The ArrayRef and APInt classes both do this. I accidentally created a case where I didn't consume the result of APInt::trunc and received no warning.</div><span class="HOEnZb"><font color="#888888"><br clear="all"><div><div class="m_-2057099972093008886gmail_signature">~Craig</div></div>
</font></span></div>
</blockquote></div><br></div>