aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/Analyses/FormatString.h
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2012-02-16 18:19:51 +0000
committerHans Wennborg <hans@hanshq.net>2012-02-16 18:19:51 +0000
commit3c15c439f4f86189915f7f985db4d172b3d843db (patch)
tree2492040f4e6cf2a8704779e9a2fb2fb4b9dc861e /include/clang/Analysis/Analyses/FormatString.h
parent8f70bda5ec44417bdc4130df23b11ce4aaf70b3b (diff)
Update comment as per Joerg's comment on r150697.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/Analyses/FormatString.h')
-rw-r--r--include/clang/Analysis/Analyses/FormatString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/Analyses/FormatString.h b/include/clang/Analysis/Analyses/FormatString.h
index ce66fcf212..461ac92132 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 'll')
+ AsQuad, // 'q' (BSD, deprecated, same as PRI?64)
AsIntMax, // 'j'
AsSizeT, // 'z'
AsPtrDiff, // 't'