https://bugs.llvm.org/show_bug.cgi?id=51216

David Bolvansky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |rGf62d18ff140f67a8776a7a3c6
                   |                            |2a75645d8d540b5
                 CC|                            |[email protected]

--- Comment #1 from David Bolvansky <[email protected]> ---
<source>:4:7: warning: use of bitwise '&' with boolean operands
[-Wbitwise-instead-of-logical]
  if (foo() & bar())
      ^~~~~~~~~~~~~
            &&
<source>:4:7: note: cast one or both operands to int to silence this warning
1 warning generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to