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][c++20] Fix code coverage mapping crash with generalized NTTPs #85837

Merged
merged 2 commits into from
May 24, 2024

Commits on May 16, 2024

  1. [clang][c++20] Fix code coverage mapping crash with generalized NTTPs

    Introduced in llvm#78041, originally reported as llvm#79957 and fixed partially
    in llvm#80050.
    
    `OpaqueValueExpr` used with `TemplateArgument::StructuralValue` has no
    corresponding source expression.
    
    A test case with subobject-referring NTTP added.
    bolshakov-a committed May 16, 2024
    Configuration menu
    Copy the full SHA
    61abd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9684fed View commit details
    Browse the repository at this point in the history