[Lldb-commits] [lldb] r240606 - Handle (or at least don't crash) trying to get the encoding for a bunch of new builtin types in clang trunk

Ed Maste emaste at freebsd.org
Mon Jun 29 11:32:11 PDT 2015


On 29 June 2015 at 14:21, Enrico Granata <egranata at apple.com> wrote:
>
> Are you trying to build with -Werror?
> We are not here, so warnings don’t cause our builds to fail - and in this case, I slightly prefer the default to stay

I'm not building with -Werror, just looking at the warnings that come
out. I would like a warning-free build and the ability to enable
-Werror though. On FreeBSD we now have only this one and one warning
from a system header (that will be fixed in FreeBSD 11).

I can see arguments for and against removing the default, but I think
removing it will cause a new warning to appear if Clang adds other new
kinds in the future.




More information about the lldb-commits mailing list