[PATCH] Fix "FIXME" in libclang-Python bindings test of TranslationUnit.
Argyrios Kyrtzidis
akyrtzi at gmail.com
Wed Feb 19 23:30:16 PST 2014
Committed in r201762, thanks!
On Feb 16, 2014, at 1:36 AM, BG <modocache at gmail.com> wrote:
> 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
>
> <test_translation_unit.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list