Commit Graph

4 Commits

Author SHA1 Message Date
Slava Pestov
e85f8e1e56 ASTMangler: Fix conformance path mangling for noncopyable generics 2024-03-01 15:46:59 -05:00
Kavon Farvardin
f296d8e158 NCGenerics: mass XFAIL tests
It's easier to get a handle on regressions while working through
failures if the tests that are known to not pass are XFAIL'd for
NoncopyableGenerics.
2024-02-20 18:26:05 -05:00
Slava Pestov
3a92d2fc53 AST: Remove legacy GSB-based GenericSignature query implementation 2022-01-12 12:33:34 -05:00
Slava Pestov
ed752738cd ASTMangler: Use the right generic signature when mangling conformance access path components
Only the first component is written in terms of the original generic signature;
subsequent components are written in terms of their protocol's generic signature,
<T where T : P>.
2021-08-25 16:44:46 -04:00