This is an archive of the discontinued LLVM Phabricator instance.

[LNT, NFC] Open tmp file in a context
ClosedPublic

Authored by thopre on Dec 5 2019, 5:07 AM.

Details

Summary

Simplify opening tmp file by using a context to have automatic closing
of the file descriptor.