Date: Mon, 11 Oct 2010 17:18:23 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/llvm/tools/clang/include/clang/Analysis/Analyses FormatString.h src/contrib/llvm/tools/clang/lib/Analysis FormatString.cpp PrintfFormatString.cpp Message-ID: <201010111718.o9BHIj2C000123@repoman.freebsd.org>
index | next in thread | raw e-mail
rpaulo 2010-10-11 17:18:23 UTC
FreeBSD src repository
Modified files:
contrib/llvm/tools/clang/include/clang/Analysis/Analyses
FormatString.h
contrib/llvm/tools/clang/lib/Analysis FormatString.cpp
PrintfFormatString.cpp
Log:
SVN rev 213694 on 2010-10-11 17:18:23Z by rpaulo
Rework the analysis of the 'r' specifier. It turns out that we can't
make it like xArg because they are different ('x' doesn't accept sign,
but 'r' does).
This fixes some warnings when building DDB with clang.
With help from: rdivacky
Revision Changes Path
1.2 +1 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h
1.2 +2 -0 src/contrib/llvm/tools/clang/lib/Analysis/FormatString.cpp
1.6 +4 -1 src/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010111718.o9BHIj2C000123>
