aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/llvm-devel/files/patch-tools_clang_include_clang_Analysis_Analyses_FormatString.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/llvm-devel/files/patch-tools_clang_include_clang_Analysis_Analyses_FormatString.h b/devel/llvm-devel/files/patch-tools_clang_include_clang_Analysis_Analyses_FormatString.h
new file mode 100644
index 000000000000..45a6b81cb300
--- /dev/null
+++ b/devel/llvm-devel/files/patch-tools_clang_include_clang_Analysis_Analyses_FormatString.h
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- tools/clang/include/clang/Analysis/Analyses/FormatString.h.orig
++++ tools/clang/include/clang/Analysis/Analyses/FormatString.h
+@@ -139,6 +139,10 @@
+ SArg,
+
+ // ** Printf-specific **
++
++ // FreeBSD specific specifiers
++ bArg,
++ DArg,
+
+ // Objective-C specific specifiers.
+ ObjCObjArg, // '@'