<div dir="ltr">UNresolvedSetImpl isn't copy constructible, so should it really be copy assignable? (it looks like it only needs to be so because of LookupResult - so once LookupResult is fixed, UnresolvedSetImpl can go back to the way it was)<br><br>Perhaps we should just wait for the fix for LookupResult copying in SemaStmtAsm from Marina?<br><br>Are you planning to cleanup -Wdeprecated in libcxx and libcxxabi too?<br><br>I did most of the -Wdeprecated cleanup late last year - but when I tried to turn it on I hit issues in various stdlibs, etc. It'd be great to finish the cleanup, or suppress it in system headers, etc, and get it turned on.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 14, 2016 at 12:29 PM, don hinton via cfe-commits <span dir="ltr"><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hintonda added a comment.<br>
<br>
Btw, what do you think about making -Wdeprecated the default for llvm/clang builds?<br>
<br>
With this change, llvm/clang will be clean.  However, libcxx and libcxxabi have a bunch of throw warnings.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<a href="http://reviews.llvm.org/D18123" rel="noreferrer" target="_blank">http://reviews.llvm.org/D18123</a><br>
<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br></div>