diff options
author | Oleksandr T. <oleksandr.tarasiuk@outlook.com> | 2025-03-10 01:53:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 01:53:20 +0200 |
commit | bfdeb5873073ed94b63b1ef1f7e91845c1be88a1 (patch) | |
tree | eb02f33091ca3301f62e59958a1c46395ee6e4ca /lldb/packages/Python/lldbsuite | |
parent | 5c3b05996fa5a076bc086f2eeca56f080f255754 (diff) | |
download | llvm-bfdeb5873073ed94b63b1ef1f7e91845c1be88a1.zip llvm-bfdeb5873073ed94b63b1ef1f7e91845c1be88a1.tar.gz llvm-bfdeb5873073ed94b63b1ef1f7e91845c1be88a1.tar.bz2 |
[Clang] use constant evaluation context for constexpr if conditions (#123667)
Fixes #123524
---
This PR addresses the issue of immediate function expressions not
properly evaluated in `constexpr` if conditions. Adding the
`ConstantEvaluated` context for expressions in `constexpr` if statements
ensures that these expressions are treated as manifestly
constant-evaluated and parsed correctly.
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions