[PATCH] D111215: clang release notes: document the -Wbool-operation improvement

Sylvestre Ledru via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 6 02:39:37 PDT 2021


sylvestre.ledru created this revision.
sylvestre.ledru added reviewers: xbolva00, nathanchance.
sylvestre.ledru requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111215

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -51,7 +51,7 @@
 Improvements to Clang's diagnostics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- ...
+- -Wbool-operation warns about use of bitwise with boolean operands
 
 Non-comprehensive list of changes in this release
 -------------------------------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111215.377479.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211006/d3447e2d/attachment.bin>


More information about the cfe-commits mailing list