Actually add the patch to FormatString.h.

PR:		ports/149746 (in error)
Reported by:	Volodymyr Kostyrko <c.kworr@gmail.com>
This commit is contained in:
Brooks Davis 2010-08-31 19:04:20 +00:00
parent 6e57626001
commit a921d54edf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260299

View file

@ -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, // '@'