mugiwaraluffy56 wrote: Could someone review this patch? It relaxes the `-Wcast-function-type` warning to not warn when casting between function pointer types where the return/parameter types differ between a pointer and an integer of the same width (e.g., `void*` and `uintptr_t`).
cc @AaronBallman @erichkeane (Clang Sema reviewers) https://github.com/llvm/llvm-project/pull/178390 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
