Issue 76872
Summary [clang] move -Wcast-function-type under -Wextra
Labels good first issue, clang:diagnostics
Assignees
Reporter nickdesaulniers
    via https://github.com/llvm/llvm-project/issues/74617, I was looking into why I observe this diagnostic with gcc but not clang. It looks like our project (llvmlibc) builds with -Wextra but not -Wcast-function-type.   GCC 8 added support for that flag, and did so under -Wextra.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to