Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5dd56 commit 633c42cCopy full SHA for 633c42c
1 file changed
cpp/ql/src/semmle/code/cpp/exprs/ArithmeticOperation.qll
@@ -2,8 +2,6 @@ import semmle.code.cpp.exprs.Expr
2
3
/**
4
* A C/C++ unary arithmetic operation.
5
- *
6
- * This is an base QL class.
7
*/
8
class UnaryArithmeticOperation extends UnaryOperation, @un_arith_op_expr { }
9
0 commit comments