Commits

Devin Coughlin committed 32935bdaec2
Sema: Build refinement context for bodies of while loops This allows #available() to be used in the guard condition of a while loop: while i > 10, #available(iOS 8.0, *) { // Use APIs available on iOS 8.0 and above. } rdar://problem/20936160 Swift SVN r28623