[cfe-commits] r150711 - /cfe/trunk/include/clang/Analysis/Analyses/FormatString.h

Hans Wennborg hans at chromium.org
Thu Feb 16 10:32:58 PST 2012


On Thu, Feb 16, 2012 at 18:27, Ted Kremenek <kremenek at apple.com> wrote:
>
> On Feb 16, 2012, at 10:19 AM, Hans Wennborg <hans at hanshq.net> wrote:
>
> +    AsQuad,       // 'q' (BSD, deprecated, same as PRI?64)
>
>
> Special character in the comment?  The PR # looks wrong.

It's not a PR number, it's referring to the PRIo64 / PRIu64 / ...
macro for format specifiers (C99 7.8.1), that Joerg suggested in his
reply to my original commit.

 - Hans




More information about the cfe-commits mailing list