[PATCH] D18296: [Sema] Handle UTF-8 invalid format string specifiers

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 17:22:15 PDT 2016


bruno updated this revision to Diff 51859.
bruno added a comment.

Update after Richard's review.

- Handle scanf
- Properly update `ConversionSpecifier`


http://reviews.llvm.org/D18296

Files:
  include/clang/Analysis/Analyses/FormatString.h
  lib/Analysis/FormatString.cpp
  lib/Analysis/FormatStringParsing.h
  lib/Analysis/PrintfFormatString.cpp
  lib/Analysis/ScanfFormatString.cpp
  lib/Sema/SemaChecking.cpp
  test/SemaObjC/format-strings-objc.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18296.51859.patch
Type: text/x-patch
Size: 8984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160329/84abdea4/attachment.bin>


More information about the cfe-commits mailing list