[clang] [Clang] prevent assertion failure in value-dependent initializer expressions (PR #112612)
Oleksandr T. via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 18 05:19:16 PDT 2024
================
@@ -517,6 +517,7 @@ Bug Fixes to C++ Support
certain situations. (#GH47400), (#GH90896)
- Fix erroneous templated array size calculation leading to crashes in generated code. (#GH41441)
- During the lookup for a base class name, non-type names are ignored. (#GH16855)
+- Fixed an assertion failure when evaluating constant expressions in value-dependent initializers (#GH112140)
----------------
a-tarasyuk wrote:
@cor3ntin thanks for the review. I've added changed to release notes...
https://github.com/llvm/llvm-project/pull/112612
More information about the cfe-commits
mailing list