Commits

Devin Coughlin committed fff17e65cb7
[Sema] Add join operation to availability version range lattice. Add a join (least upper bound) operation to the availability version range lattice. A later commit will use this to reason about the disjunctive else-branch flow for conditions with multiple conjunctive statement conditions. This is part of rdar://problem/22307360. Swift SVN r31610