$OpenBSD: patch-tools_clang_include_clang_Sema_Sema_h,v 1.6 2020/08/05 06:49:48 jca 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
@@ -11769,6 +11769,7 @@ class Sema final { (public)
     FST_FreeBSDKPrintf,
     FST_OSTrace,
     FST_OSLog,
+    FST_Syslog,
     FST_Unknown
   };
   static FormatStringType GetFormatStringType(const FormatAttr *Format);
