[cfe-commits] r146326 - in /cfe/trunk: include/clang/Analysis/Analyses/FormatString.h lib/Analysis/ScanfFormatString.cpp lib/Sema/SemaChecking.cpp test/Analysis/taint-generic.c test/Analysis/taint-tester.c test/Sema/format-strings-fixit.c test/Se

Ted Kremenek kremenek at apple.com
Thu Dec 15 08:41:03 PST 2011


Perfect.  Thanks!

On Dec 15, 2011, at 2:30 AM, Hans Wennborg wrote:

> On Wed, Dec 14, 2011 at 9:29 PM, Ted Kremenek <kremenek at apple.com> wrote:
>> Looks good to me.
>> 
>> My main concern is that we should have a few more test cases where 'a' is used *incorrectly* just to make sure the parsing doesn't fall over in the other cases.
> 
> I added a couple more tests and committed in r146649. Let me know if
> there are any test cases I missed.
> 
> Thanks,
> Hans




More information about the cfe-commits mailing list