Skip to content

Commit 06f54d1

Browse files
committed
C++: Add a TODO comment to remove support for unqualified field names.
1 parent 396bea6 commit 06f54d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ module Input implements InputSig<Location, DataFlowImplSpecific::CppDataFlow> {
5656
|
5757
arg = repeatStars(c.getIndirectionIndex() - 1) + formatQualifiedName(namespace, type, base)
5858
or
59+
// TODO: This disjunct can be removed once we stop supporting unqualified field names.
5960
arg = repeatStars(c.getIndirectionIndex() - 1) + base
6061
)
6162
or

0 commit comments

Comments
 (0)