diff --git a/swift/ql/lib/change-notes/2026-05-11-declared-interface-type.md b/swift/ql/lib/change-notes/2026-05-11-declared-interface-type.md new file mode 100644 index 00000000000..c62130ee099 --- /dev/null +++ b/swift/ql/lib/change-notes/2026-05-11-declared-interface-type.md @@ -0,0 +1,4 @@ +--- +category: feature +--- +* The `TypeDecl` class now defines a `getDeclaredInterfaceType` predicate, which yields the declared interface type of the type declaration.