[clang] [clang][Sema] Don't issue -Wcast-function-type-mismatch for enums with a matching underlying type (PR #87793)
Raul Tambre via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 3 07:53:31 PDT 2024
================
@@ -19,8 +19,12 @@ f5 *e;
f6 *f;
f7 *g;
+enum E : long;
----------------
tambry wrote:
Good idea, done!
https://github.com/llvm/llvm-project/pull/87793
More information about the cfe-commits
mailing list