AaronBallman wrote: > From the commit message, it sounds like this might introduce warnings that > `-Werror` doesn't turn into warnings. Is that correct?
FWIW, that's already the case today (which we found out in the previous iteration of this): https://godbolt.org/z/nG4oWvv3s I think the commit message is talking specifically about warnings which have no warning group whatsoever, which is something we've been slowly working to get rid of: https://github.com/llvm/llvm-project/blob/dcc141bc0bb471ba209c89aca4288dc5cd2ef8bc/clang/test/Misc/warning-flags.c#L19 https://github.com/llvm/llvm-project/pull/119712 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits