[PATCH] D79719: [AIX] Implement AIX special alignment rule about double/long double

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 4 23:06:26 PDT 2020


efriedma added inline comments.


================
Comment at: clang/lib/AST/RecordLayoutBuilder.cpp:660
+  /// with [[no_unique_attr]] Empty CXXRD invovled in the CXXRD.
+  int IsRealFirstMember;
+
----------------
Please explain here what the different values (-1, 0, 1, 2) mean.  Or use an enum.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79719





More information about the cfe-commits mailing list