Skip to content

Commit 49c5cc0

Browse files
jketemaCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedCall.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0f44d6a commit 49c5cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedCall.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ class TranslatedArgumentExprSideEffect extends TranslatedArgumentSideEffect,
659659
* The IR translation of an argument side effect for `*this` on a call, where there is no `Expr`
660660
* object that represents the `this` argument.
661661
*
662-
* The applies to constructor calls and default field initializations, as the AST has explicit
662+
* This applies to constructor calls and default field initializations, as the AST has explicit
663663
* qualifier `Expr`s for all other calls to non-static member functions.
664664
*/
665665
class TranslatedImplicitThisQualifierSideEffect extends TranslatedArgumentSideEffect,

0 commit comments

Comments
 (0)