This is an archive of the discontinued LLVM Phabricator instance.

Argument dependent lookup with class argument is recursing into base classes that haven't been instantiated. This is generating an assertion in DeclTemplate.h. Fix for Bug25668.
AbandonedPublic

Authored by cryptoad on Dec 1 2020, 11:19 AM.

Details

Reviewers
jdoerfert

Diff Detail

Event Timeline

cryptoad created this revision.Dec 1 2020, 11:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2020, 11:19 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cryptoad requested review of this revision.Dec 1 2020, 11:19 AM
cryptoad abandoned this revision.Dec 1 2020, 11:26 AM

This is an arc fail on my side