mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Dataflow: Address comments.
This commit is contained in:
@@ -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 = "" }
|
||||
|
||||
Reference in New Issue
Block a user