DataFlow: Add support for configuration-specific implicit reads.

This commit is contained in:
Anders Schack-Mulligen
2021-06-04 10:44:56 +02:00
parent 9110dfaeb3
commit b7ac329ba1
2 changed files with 656 additions and 478 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -724,7 +724,6 @@ private module Cached {
Node node1, Content c, Node node2, DataFlowType contentType, DataFlowType containerType
) {
storeStep(node1, c, node2) and
read(_, c, _) and
contentType = getNodeDataFlowType(node1) and
containerType = getNodeDataFlowType(node2)
or