File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cpp/ql/lib/semmle/code/cpp/exprs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ class Expr extends StmtParent, @expr {
451451 // For performance, we avoid a full transitive closure over `getConversion`.
452452 // Since there can be several implicit conversions before and after an
453453 // explicit conversion, use `getImplicitlyConverted` to step over them
454- // cheaply. Then, if there is an explicit conversion following the implict
454+ // cheaply. Then, if there is an explicit conversion following the implicit
455455 // conversion sequence, recurse to handle multiple explicit conversions.
456456 if this .getImplicitlyConverted ( ) .hasExplicitConversion ( )
457457 then result = this .getImplicitlyConverted ( ) .getConversion ( ) .getExplicitlyConverted ( )
You can’t perform that action at this time.
0 commit comments