]> granicus.if.org Git - clang/commit
Portable Python script across Python version
authorSerge Guelton <sguelton@quarkslab.com>
Tue, 18 Dec 2018 08:24:06 +0000 (08:24 +0000)
committerSerge Guelton <sguelton@quarkslab.com>
Tue, 18 Dec 2018 08:24:06 +0000 (08:24 +0000)
commit3241c3649e96c7aaf63db8093035208dab3b7e13
tree7962c3440a66384f4de700c9e22ac74e9d273945
parent08e6d377b981edb4779bd3b24fc75335ba42a308
Portable Python script across Python version

Replace `xrange(...)` by either `range(...)` or `list(range(...))` depending on the context.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349448 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
utils/ABITest/Enumeration.py
utils/ABITest/TypeGen.py
utils/modfuzz.py