[PATCH] D66856: [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhd

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 10 13:44:47 PDT 2019


erik.pilkington updated this revision to Diff 219598.
erik.pilkington added a comment.

Address review comments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66856/new/

https://reviews.llvm.org/D66856

Files:
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/AST/Expr.cpp
  clang/lib/AST/FormatString.cpp
  clang/lib/Sema/SemaChecking.cpp
  clang/test/Sema/format-bool.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66856.219598.patch
Type: text/x-patch
Size: 4800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190910/a1a0861d/attachment.bin>


More information about the cfe-commits mailing list