[PATCH] [libcxx] Cleanup the cleanup of temporary files.

Eric Fiselier eric at efcs.ca
Fri Dec 19 12:51:05 PST 2014


Hi mclow.lists, danalbert, jroelofs,

The pythonic way to guard resources is using a `with` statement. This patch adds a class that allows the creation and deletion of temporary files using a `with` statement.

http://reviews.llvm.org/D6739

Files:
  test/lit.cfg

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6739.17509.patch
Type: text/x-patch
Size: 4045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141219/6537281b/attachment.bin>


More information about the cfe-commits mailing list