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

[Coverage] Handle array decomposition correctly #88881

Merged
merged 2 commits into from
May 15, 2024

Commits on Apr 16, 2024

  1. [Coverage] Handle array decomposition correctly

    `ArrayInitLoopExpr` AST node has two occurences of its as-written
    initializing expression in its subexpressions through a non-unique
    `OpaqueValueExpr`. It causes double-visiting of the initializing
    expression if not handled explicitly, as discussed in llvm#85837.
    bolshakov-a committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a025b2a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    2936ef1 View commit details
    Browse the repository at this point in the history