[clang] Split -Wcast-function-type into a separate group (PR #86131)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 22 06:23:33 PDT 2024


AaronBallman wrote:

Oof, that one is a bit messier to resolve -- it's mixing unrelated reference and pointer types and hoping the casts correctly convert back and forth properly. The fix to that should probably be done separately from the sanitizer fix so we get reasonable code review from LLVM folks.

https://github.com/llvm/llvm-project/pull/86131


More information about the cfe-commits mailing list