[llvm] r225754 - Disable a warning for self move since the test is checking for this behavior.

Chandler Carruth chandlerc at google.com
Tue Jan 13 13:56:40 PST 2015


On Tue, Jan 13, 2015 at 1:51 PM, David Blaikie <dblaikie at gmail.com> wrote:

> Sonuds reasonable to me, though should we change the command line behavior
> to match (-Wno-foobar warns with clang, but doesn't warn (except when
> producing other errors?) with GCC)?


I wouldn't go that far.

I think it is reasonable for a user to have command line flags which match
the version of the compile they use, but requiring the same of pragmas
creates a churn and portability challenge.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150113/e65b3d62/attachment.html>


More information about the llvm-commits mailing list