diff options
author | Hans Wennborg <hans@hanshq.net> | 2012-02-16 18:58:32 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2012-02-16 18:58:32 +0000 |
commit | a76879eb4c75dbd9ec671558f0b8b79a28d4d747 (patch) | |
tree | f77aef2922125e4a17c0ccff1024a993ed3f9c06 /include/clang/Analysis/Analyses/FormatString.h | |
parent | 6ade343d180d029fc61b17377553deab99527ff2 (diff) |
Tweak the comment on the 'q' length modifier again.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150716 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/Analyses/FormatString.h')
-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' |