[clang] fix: constexpr bit_cast with empty base classes (PR #82383)

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 22 08:58:04 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>`_`)
----------------
sethp wrote:

I think this should be:

```suggestion
  (`#82154 <https://github.com/llvm/llvm-project/issues/82154>`_`)
```

Which would be easy to fix as part of this PR, or a new one?

https://github.com/llvm/llvm-project/pull/82383


More information about the cfe-commits mailing list