diff options
-rw-r--r-- | include/clang/Analysis/Analyses/FormatString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/Analyses/FormatString.h b/include/clang/Analysis/Analyses/FormatString.h index 461ac92132..f7a658ea63 100644 --- a/include/clang/Analysis/Analyses/FormatString.h +++ b/include/clang/Analysis/Analyses/FormatString.h @@ -67,7 +67,7 @@ public: AsShort, // 'h' AsLong, // 'l' AsLongLong, // 'll' - AsQuad, // 'q' (BSD, deprecated, same as PRI?64) + AsQuad, // 'q' (BSD, deprecated, for 64-bit integer types) AsIntMax, // 'j' AsSizeT, // 'z' AsPtrDiff, // 't' |