[clang] [Sema] Suggest missing format attributes (PR #166738)

Vladimir Vuksanovic via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 27 00:04:22 PST 2025


================
@@ -40,6 +41,7 @@
 #include "clang/AST/TypeLoc.h"
 #include "clang/AST/UnresolvedSet.h"
 #include "clang/Basic/AddressSpaces.h"
+#include "clang/Basic/CharInfo.h"
----------------
vvuksanovic wrote:

Correct. Removed the include.

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


More information about the cfe-commits mailing list