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

PR for llvm/llvm-project#79992 #79997

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Commits on Feb 1, 2024

  1. Fix analyzer crash on 'StructuralValue' (llvm#79764)

    `OpaqueValueExpr` doesn't necessarily contain a source expression.
    Particularly, after llvm#78041, it is used to carry the type and the value
    kind of a non-type template argument of floating-point type or referring
    to a subobject (those are so called `StructuralValue` arguments).
    
    This fixes llvm#79575.
    
    (cherry picked from commit ef67f63)
    bolshakov-a authored and tstellar committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0eb163c View commit details
    Browse the repository at this point in the history