Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2025-11-24 15:01:00 +00:00
committed by GitHub
parent 0487e0622a
commit 2e53370716

View File

@@ -2081,7 +2081,7 @@ predicate localExprFlow(Expr e1, Expr e2) {
/** /**
* A canonical representation of a field. * A canonical representation of a field.
* *
* For performance reasons we we want a unique `Content` that represents * For performance reasons we want a unique `Content` that represents
* a given field across any template instantiation of a class. * a given field across any template instantiation of a class.
* *
* This is possible in _almost_ all cases, but there are cases where it is * This is possible in _almost_ all cases, but there are cases where it is