Skip to content

Commit 269c7a7

Browse files
committed
Sync upstream swift
1 parent d96f3f0 commit 269c7a7

149 files changed

Lines changed: 4344 additions & 4512 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

swift/ql/.generated.list

Lines changed: 74 additions & 204 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swift/ql/.gitattributes

Lines changed: 0 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swift/ql/integration-tests/osx/canonical-case/build.sh

100644100755
File mode changed.

swift/ql/integration-tests/posix/frontend-invocations/build.sh

100644100755
File mode changed.

swift/ql/integration-tests/posix/linkage-awareness/build.sh

100644100755
File mode changed.

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,8 +1376,6 @@ class NodeRegion instanceof Unit {
13761376
string toString() { result = "NodeRegion" }
13771377

13781378
predicate contains(Node n) { none() }
1379-
1380-
int totalOrder() { result = 1 }
13811379
}
13821380

13831381
/**

0 commit comments

Comments
 (0)