================
@@ -233,3 +233,7 @@ void lambdas() {
checked_func = checked_lambda;
};
}
+
+CFI_UNCHECKED_CALLEE
+void func(void);
+void func(void) {} // No warning expected.
----------------
PiJoules wrote:Done https://github.com/llvm/llvm-project/pull/157762 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
