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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeroen Ketema
2026-03-24 16:09:33 +01:00
committed by GitHub
parent 0f44d6a780
commit 49c5cc05ac

View File

@@ -659,7 +659,7 @@ class TranslatedArgumentExprSideEffect extends TranslatedArgumentSideEffect,
* The IR translation of an argument side effect for `*this` on a call, where there is no `Expr`
* object that represents the `this` argument.
*
* The applies to constructor calls and default field initializations, as the AST has explicit
* This applies to constructor calls and default field initializations, as the AST has explicit
* qualifier `Expr`s for all other calls to non-static member functions.
*/
class TranslatedImplicitThisQualifierSideEffect extends TranslatedArgumentSideEffect,