[libcxx-commits] [PATCH] D138006: [libc++abi] Refactoring works around __dynamic_cast

Thorsten via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 15 00:39:53 PST 2022


tschuett added inline comments.


================
Comment at: libcxxabi/src/private_typeinfo.cpp:155
+
+    // If src2dst_offset == -3, then:
+    //   src_type is a multiple public base type but never a virtual
----------------
If you make the if explicit, you get too much indentation?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138006/new/

https://reviews.llvm.org/D138006



More information about the libcxx-commits mailing list