[all-commits] [llvm/llvm-project] dc90bf: [clang] Fix const eval of constexpr-unknown relati...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Tue Jul 29 00:58:09 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a
https://github.com/llvm/llvm-project/commit/dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
Log Message:
-----------
[clang] Fix const eval of constexpr-unknown relational comparisons. (#150088)
Like in other places, ignore the reference type of the base. (It might
make sense to refactor this at some point.)
Fixes #150015.
(cherry picked from commit bba846773c7dfce0f95b8846672d8dd5fa8912be)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list