$OpenBSD: patch-tools_clang_include_clang_Sema_Sema_h,v 1.4 2021/05/18 03:35:07 rsadowski Exp $

Teach Clang about syslog format attribute

Index: tools/clang/include/clang/Sema/Sema.h
--- tools/clang/include/clang/Sema/Sema.h.orig
+++ tools/clang/include/clang/Sema/Sema.h
@@ -12226,6 +12226,7 @@ class Sema final { (public)
     FST_FreeBSDKPrintf,
     FST_OSTrace,
     FST_OSLog,
+    FST_Syslog,
     FST_Unknown
   };
   static FormatStringType GetFormatStringType(const FormatAttr *Format);
