Skip to content

Commit 6e94199

Browse files
committed
---
yaml --- r: 322511 b: refs/heads/tensorflow-next c: 0dc3aac h: refs/heads/master i: 322509: 51e272e 322507: 4f5fe5a 322503: 117284d 322495: 313bccd
1 parent a25fa64 commit 6e94199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: e2ffa482cc419bb7322d6f2a3e30b60467116943
1464+
refs/heads/tensorflow-next: 0dc3aac083012164bf56fddaecc4b959e71be221

branches/tensorflow-next/lib/AST/GenericSignatureBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6014,7 +6014,7 @@ Constraint<T> GenericSignatureBuilder::checkConstraintList(
60146014
}
60156015

60166016
// Sort the constraints, so we get a deterministic ordering of diagnostics.
6017-
llvm::array_pod_sort(constraints.begin(), constraints.end());
6017+
std::sort(constraints.begin(), constraints.end());
60186018

60196019
// Find a representative constraint.
60206020
auto representativeConstraint =

0 commit comments

Comments
 (0)