Dataflow: Address comments.

This commit is contained in:
Anders Schack-Mulligen
2022-01-13 10:09:00 +01:00
parent f590d2566e
commit a34c981209
4 changed files with 23 additions and 33 deletions

View File

@@ -712,7 +712,7 @@ predicate clearsContent(Node n, Content c) {
private newtype TDataFlowType =
TTodoDataFlowType() or
TTodoDataFlowType2()
TTodoDataFlowType2() // Add a dummy value to prevent bad functionality-induced joins arising from a type of size 1.
class DataFlowType extends TDataFlowType {
string toString() { result = "" }