[cfe-dev] -Wc++0x-static-nonintegral-init gone?

Richard Smith richard at metafoo.co.uk
Thu May 17 13:47:24 PDT 2012


On Thu, May 17, 2012 at 12:35 PM, Sean McBride <sean at rogue-research.com>wrote:

> Hi all,
>
> I updated my ToT build of clang, and now it complains that:
>
> -Wno-c++0x-static-nonintegral-init
>
> is unknown.  Was it deliberately removed or renamed?


The recent change which will have triggered this is that we now warn on
unknown -Wno-* arguments. That diagnostic flag was renamed 8 months ago:
the warning name was completely wrong (the warning is unrelated to C++11)
and is now under -Wstatic-member-init.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120517/21f14b0e/attachment.html>


More information about the cfe-dev mailing list