mkdoc.py
10.1 KB
-
Avoid decoding already-decoded strings from cindex. · a175b21e
Recent versions of clang.cindex include [code][1] that converts the internal byte strings to python str for you. [1]: https://github.com/llvm-mirror/clang/blob/master/bindings/python/clang/cindex.py#L72
Dan committed