[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:54:31 PDT 2021
    
    
  
sylvestre.ledru updated this revision to Diff 377483.
sylvestre.ledru added a comment.
Take in account the comment
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111215/new/
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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- ...
+- -Wbitwise-instead-of-logical (part of -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.377483.patch
Type: text/x-patch
Size: 480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211006/ed6243a8/attachment.bin>
    
    
More information about the cfe-commits
mailing list