C++: Add a TODO comment to remove support for unqualified field names.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-06-30 13:55:26 +01:00
parent 396bea6e6a
commit 06f54d1bbb

View File

@@ -56,6 +56,7 @@ module Input implements InputSig<Location, DataFlowImplSpecific::CppDataFlow> {
|
arg = repeatStars(c.getIndirectionIndex() - 1) + formatQualifiedName(namespace, type, base)
or
// TODO: This disjunct can be removed once we stop supporting unqualified field names.
arg = repeatStars(c.getIndirectionIndex() - 1) + base
)
or