[PATCH] Fix "FIXME" in libclang-Python bindings test of TranslationUnit.

BG modocache at gmail.com
Sun Feb 16 01:36:31 PST 2014


Hello all,

This patch remedies a "FIXME" comment left in a test for the
libclang-Python bindings.

The patch uses a Python standard library module to create a temporary file,
instead of doing so manually. It also no longer deletes files "just in
case", since the possibility of name collision is negligible.

This is my first time sending a patch, but hopefully not the last; please
let me know if there's anything I should be aware of when submitting
patches in the future. Thank you!

- Brian Gesiak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140216/7360c89e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_translation_unit.patch
Type: application/octet-stream
Size: 779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140216/7360c89e/attachment.obj>


More information about the cfe-commits mailing list