Skip to content
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

[clang] Fix C23 constexpr crashes (#112708) #112855

Open
wants to merge 1 commit into
base: release/19.x
Choose a base branch
from

Commits on Oct 18, 2024

  1. [clang] Fix C23 constexpr crashes (llvm#112708)

    Before using a constexpr variable that is not properly initialized check
    that it is valid.
    
    Fixes llvm#109095
    Fixes llvm#112516
    Fznamznon committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fb40fba View commit details
    Browse the repository at this point in the history