Files
codeql/cpp/ql/lib/change-notes/2026-06-30-mad-qualified-field-names.md
Mathias Vorreiter Pedersen 81ed5c59d7 C++: Add change note.
2026-06-30 11:54:58 +01:00

379 B

category
category
deprecated
  • Models-as-data flow summaries now use fully qualified field names (for example, MyNamespace::MyStruct::myField) instead of unqualified field names such as myField. We recommend updating existing flow summaries to use fully qualified field names. Unqualified field names are still supported, but that support will be removed in a future release.