mirror of
https://github.com/github/codeql.git
synced 2026-06-30 17:15:34 +02:00
C++: Add a TODO comment to remove support for unqualified field names.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user