hubert.reinterpretcast added inline comments.

================
Comment at: clang/lib/AST/RecordLayoutBuilder.cpp:1244
+    if (!Base->Class->isEmpty() && !HandledFirstNonOverlappingEmptyField) {
+      IsFirstNonEmptyBase = true;
+      // By handling a base class that is not empty, we're handling the
----------------
`IsFirstNonEmptyBase` can be removed. It is set, but not used.


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

https://reviews.llvm.org/D79719



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

Reply via email to