thakis added inline comments.
================
Comment at: lib/CodeGen/MicrosoftCXXABI.cpp:1207
+
+ for (const VBaseEntry E : VBases) {
+ if (!E.second.hasVtorDisp())
----------------
(I added the missing `&` here locally.)
https://reviews.llvm.org/D44223