[PATCH] D45174: non-zero-length bit-fields should make a class non-empty
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 3 11:31:43 PDT 2018
rsmith marked an inline comment as done.
rsmith added inline comments.
================
Comment at: ReleaseNotes.rst:68-72
+- Clang implements the proposed resolution of LWG issue 2358, along with the
+ `corresponding change to the Itanium C++ ABI
+ <https://github.com/itanium-cxx-abi/cxx-abi/pull/51>`_, which make classes
+ containing only unnamed non-zero-length bit-fields be considered non-empty.
+ This is an ABI break compared to prior Clang releases, but makes Clang
----------------
majnemer wrote:
> The "Clang" in the above paragraph has a lowercase "clang". I think we should choose a consistent capitalization.
Fixed in r329098.
Repository:
rC Clang
https://reviews.llvm.org/D45174
More information about the cfe-commits
mailing list