Re: [PATCH] PR c/17896 Check for missplaced bitwise op

2019-06-17 Thread Jeff Law
On 5/24/19 6:53 AM, Rafael Tsuha wrote: > This patch adds a function to warn when there's a bitwise operation > between a boolean and any other type. This kind of operation is > probably a programmer mistake that may lead to unexpected behavior > because possibily the logical operation was intended

Re: [PATCH] PR c/17896 Check for missplaced bitwise op

2019-06-07 Thread Rafael Tsuha
ping Em sex, 24 de mai de 2019 às 09:53, Rafael Tsuha escreveu: > > This patch adds a function to warn when there's a bitwise operation > between a boolean and any other type. This kind of operation is > probably a programmer mistake that may lead to unexpected behavior > because possibily the lo