Add support for XML attributes in the data flow graph

This commit is contained in:
Remco Vermeulen
2023-12-14 11:33:53 -08:00
parent 04ca36f9b0
commit 133a243298
3 changed files with 25 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ newtype TNode =
exists(decl.getASpecifier().getImportedName())
} or
THtmlAttributeNode(HTML::Attribute attr) or
TXmlAttributeNode(XmlAttribute attr) or
TFunctionReturnNode(Function f) or
TExceptionalFunctionReturnNode(Function f) or
TExceptionalInvocationReturnNode(InvokeExpr e) or