Commits

Frederic Riss committed f3816e6dfa4
DebugInfo: Do not infinite loop on indirect enums. When computing the locations for local indirect enums, we could enter an infinite loop if the first field is a recursive reference. Just bail out of the field-splitting logic if we encounter an indirect case. More work might be needed if indirect enums get exploded. rdar://problem/21927941 Swift SVN r30717