Commits

Xin Tong committed 1f6ab8c904e
Implement type expansion cache for MemLocation. Every time we try to expand a type to its indivisible components, i.e. leaf nodes on the type tree. This can be cached so that we do not need to go through the type tree every time. rdar://23246640 Existing test cases make sure nothing it broken. Swift SVN r32876