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:09 +00:00
committed by GitHub
parent 2e53370716
commit eb6b08591d

View File

@@ -2289,7 +2289,7 @@ class FieldContent extends Content, TFieldContent {
* Gets the field associated with this `Content`, if a unique one exists. * Gets the field associated with this `Content`, if a unique one exists.
* *
* For fields from template instantiations this predicate may still return * For fields from template instantiations this predicate may still return
* more than field, but all the fields will be constructed from the same * more than one field, but all the fields will be constructed from the same
* template. * template.
*/ */
Field getField() { none() } // overridden in subclasses Field getField() { none() } // overridden in subclasses