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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to