[clang] [clang] move -Wcast-function-type under -Wextra (PR #77178)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 6 09:52:17 PST 2024


================
@@ -0,0 +1,42 @@
+// RUN: %clang_cc1 %s -fsyntax-only -Wextra -verify
----------------
Endilll wrote:

As written, tests checks only default language mode for C (which is `gnu99` AFAIK). Maybe we want to check other modes as well? 

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


More information about the cfe-commits mailing list