Merge pull request #71545 from meg-gupta/manglingchanges

Add support for lifetime dependence mangling
This commit is contained in:
Meghana Gupta
2024-02-14 16:34:36 -08:00
committed by GitHub
21 changed files with 281 additions and 60 deletions

View File

@@ -2180,7 +2180,7 @@ namespace decls_block {
using LifetimeDependenceLayout =
BCRecordLayout<LIFETIME_DEPENDENCE,
BCFixed<1>, // hasInheritLifetimeParamIndices
BCFixed<1>, // hasBorrowLifetimeParamIndices
BCFixed<1>, // hasScopeLifetimeParamIndices
BCArray<BCFixed<1>> // concatenated param indices
>;