Skip to content

Commit 9c8f950

Browse files
committed
clang release notes: document the -Wbool-operation improvement
Reviewed By: xbolva00 Differential Revision: https://reviews.llvm.org/D111215
1 parent 62abc18 commit 9c8f950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Major New Features
5151
Improvements to Clang's diagnostics
5252
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5353

54-
- ...
54+
- -Wbitwise-instead-of-logical (part of -Wbool-operation) warns about use of bitwise with boolean operands which have side effects.
5555

5656
Non-comprehensive list of changes in this release
5757
-------------------------------------------------

0 commit comments

Comments
 (0)