Skip to content

[SYCL][clang] Fix after conflict with 6a99326 #19430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

Fznamznon
Copy link
Contributor

To allow all C++ features in constexpr contexts we need to track constexpr initializers of variables. The mentioned commit moved some code to handle consteval better but we need the code where it used to be since it is not only consteval that we care about.

To allow all C++ features in constexpr contexts we need to track
constexpr initializers of variables. The mentioned commit moved some
code to handle consteval better but we need the code where it used to be
since it is not only consteval that we care about.
@Fznamznon Fznamznon requested a review from vmaksimo July 14, 2025 13:43
@Fznamznon Fznamznon requested a review from a team as a code owner July 14, 2025 13:43
@vmaksimo vmaksimo merged commit 5b30024 into intel:sycl-web Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants