Commits

Jordan Rose committed 68299c7c43e
Remove ABI-dependent hackery from AbstractStorageDecl. Replace pointer arithmetic between multiple base classes with pointer arithmetic between adjacent allocations. This is still pretty fragile, but at least not ABI-dependent, and in practice we should generate exactly the same code.