mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
6e57626001
commit
a921d54edf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260299
1 changed files with 16 additions and 0 deletions
|
@ -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, // '@'
|
Loading…
Add table
Reference in a new issue