mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge rc/1.19 into next.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Incorrect Not Operator Usage
|
||||
* @name Incorrect 'not' operator usage
|
||||
* @description Usage of a logical-not (!) operator as an operand for a bit-wise operation.
|
||||
* This commonly indicates the usage of an incorrect operator instead of the bit-wise not (~) operator,
|
||||
* also known as ones' complement operator.
|
||||
|
||||
Reference in New Issue
Block a user