This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Destroy context before resetting CurrentReq
ClosedPublic

Authored by kadircet on Apr 7 2020, 12:09 PM.

Details

Summary

Our tests stash callbacks into request context and rely on it being
invoked before threads going idle.

Diff Detail

Event Timeline

kadircet created this revision.Apr 7 2020, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2020, 12:09 PM
sammccall accepted this revision.Apr 7 2020, 5:55 PM
This revision is now accepted and ready to land.Apr 7 2020, 5:55 PM
This revision was automatically updated to reflect the committed changes.