This is an archive of the discontinued LLVM Phabricator instance.

[PATCH] [clang] Fix bug 48848 by removing assertion related to recoverFromMSUnqualifiedLookup
ClosedPublic

Authored by mibintc on Jan 26 2021, 2:22 PM.

Diff Detail

Event Timeline

mibintc requested review of this revision.Jan 26 2021, 2:22 PM
mibintc created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2021, 2:22 PM
rnk accepted this revision.Feb 1 2021, 10:45 AM

In the absence of a response, let's land this.

This revision is now accepted and ready to land.Feb 1 2021, 10:45 AM
This revision was landed with ongoing or failed builds.Feb 1 2021, 10:57 AM
This revision was automatically updated to reflect the committed changes.

Sorry, yeah, I'm OK with this change.

clang/test/SemaCXX/lambda-expressions.cpp
671

I think it makes more sense for this test to be in its own file since entire rest of the test is #ifndefed out.