Commits

Chris Lattner committed 3489840b8d1
rework our representation of capture lists to compute the "isDirect" bit up front when computing the list. This simplifies getLocalCaptures to *just* filter out global captures, and paves the way for other enhancements. NFC. Swift SVN r25739