[clang] [clang] Catch missing format attributes (PR #70024)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 29 08:42:21 PDT 2024


================
@@ -0,0 +1,211 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -Wmissing-format-attribute %s
+
+#include <iostream>
+#include <cstdarg>
----------------
AaronBallman wrote:

Same issue here with includes as in the C file.

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


More information about the cfe-commits mailing list