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 abcf9e0 commit 4c6fd00Copy full SHA for 4c6fd00
1 file changed
cpp/ql/src/semmle/code/cpp/Type.qll
@@ -355,7 +355,7 @@ private predicate isArithmeticType(@builtintype type, int kind) {
355
*
356
* This includes primitive types on which arithmetic, bitwise or logical
357
* operations may be performed. Examples of arithmetic types include
358
- * `char`, `int`, `float` and `bool`.
+ * `char`, `int`, `float`, and `bool`.
359
*/
360
class ArithmeticType extends BuiltInType {
361
ArithmeticType() { isArithmeticType(underlyingElement(this), _) }
0 commit comments