[clang] fix: constexpr bit_cast with empty base classes (PR #82383)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 22 09:04:42 PST 2024
================
@@ -280,6 +280,8 @@ Bug Fixes to C++ Support
was only accepted at namespace scope but not at local function scope.
- Clang no longer tries to call consteval constructors at runtime when they appear in a member initializer.
(`#782154 <https://github.com/llvm/llvm-project/issues/82154>`_`)
----------------
cor3ntin wrote:
Oups. New PR (Or nfc change, no need for a review for that)
https://github.com/llvm/llvm-project/pull/82383
More information about the cfe-commits
mailing list