[libcxx] r216317 - Add return statement to a test class's assignment operator. Defect found by Coverity Scan.

Chandler Carruth chandlerc at google.com
Sat Aug 23 00:33:19 PDT 2014


On Fri, Aug 22, 2014 at 11:36 PM, Eric Fiselier <eric at efcs.ca> wrote:

> Add return statement to a test class's assignment operator. Defect found
> by Coverity Scan.
>

We have a Clang warning for this - I would like to know why that didn't
catch it? Are we not building this with -Wreturn-type?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140823/f7a0d261/attachment.html>


More information about the cfe-commits mailing list