llvm-project/clang/bindings/python/clang
Serge Guelton fa2e927c44 Fix python3 compability issue in clang binding
The file contents could be of str type. Should use byte length instead
of str length, otherwise utf-8 encoded files may not get properly parsed
for completion.

Source issue: https://github.com/ncm2/ncm2-pyclang#2

Commited on behalf of `roxma'

Differential Revision: https://reviews.llvm.org/D56429

llvm-svn: 352039
2019-01-24 10:34:44 +00:00
..
__init__.py Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
cindex.py Fix python3 compability issue in clang binding 2019-01-24 10:34:44 +00:00
enumerations.py Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00