Commits

Joe Groff committed 729e658564b
IRGen: Substitute aggregate field types when classifying their type size. We shouldn't, for example, consider a class to require indirect layout when it contains a concrete instance of a dependent-layout generic struct. (Especially when we never actually emit definitions for indirect field offset symbols.) Fixes <rdar://problem/15304329>. Swift SVN r9657