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 {
451
451
// For performance, we avoid a full transitive closure over `getConversion`.
452
452
// Since there can be several implicit conversions before and after an
453
453
// 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
455
455
// conversion sequence, recurse to handle multiple explicit conversions.
456
456
if this .getImplicitlyConverted ( ) .hasExplicitConversion ( )
457
457
then result = this .getImplicitlyConverted ( ) .getConversion ( ) .getExplicitlyConverted ( )
You can’t perform that action at this time.
0 commit comments