Merge pull request #4095 from hvitved/csharp/dataflow/ap5

C#: Increase `accessPathLimit` from 3 to 5
This commit is contained in:
Tom Hvitved
2020-08-19 16:12:22 +02:00
committed by GitHub

View File

@@ -2354,7 +2354,7 @@ private predicate viableConstantBooleanParamArg(
)
}
int accessPathLimit() { result = 3 }
int accessPathLimit() { result = 5 }
/**
* Holds if `n` does not require a `PostUpdateNode` as it either cannot be