[clang] [Sema] Suggest missing format attributes (PR #166738)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 26 11:12:24 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"
----------------
apple-fcloutier wrote:
I think this is no longer necessary since you are using write_escaped?
https://github.com/llvm/llvm-project/pull/166738
More information about the cfe-commits
mailing list