You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SemaCXX] Update constructor-template.cpp test for #80963
Adjust the test to account for new diagnostics emitted when a class template constructor takes the class by value after instantiation.
- Add expected-error annotations to lines 142, 159, 172 (invalid by-value constructors when T = U).
- Add expected-note annotations to lines 147, 164, 176 (template instantiation points).
- Remove expected-error from line 76 (valid template specialization).
0 commit comments