This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Bury dead TemporaryFiles
ClosedPublic

Authored by krasimir on Mar 23 2017, 8:27 AM.

Details

Summary

AllocatedCXCodeCompleteResults::TemporaryFiles have turned into zombies.
Seven years ago they used to do their job during file remapping, but now they are created just to be torn down in the destructor.

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Mar 23 2017, 8:27 AM
krasimir edited the summary of this revision. (Show Details)Mar 23 2017, 8:30 AM
krasimir added a reviewer: bkramer.
krasimir added a subscriber: cfe-commits.
bkramer accepted this revision.Mar 23 2017, 9:18 AM

kill it with fire

This revision is now accepted and ready to land.Mar 23 2017, 9:18 AM
This revision was automatically updated to reflect the committed changes.