diff options
| -rw-r--r-- | clang/include/clang/Analysis/Analyses/FormatString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Analysis/Analyses/FormatString.h b/clang/include/clang/Analysis/Analyses/FormatString.h index 461ac921328..f7a658ea637 100644 --- a/clang/include/clang/Analysis/Analyses/FormatString.h +++ b/clang/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' |

