Since Python3 may deliberately not be available on Linux Systems (to prevent people from writing non-futureproof code), git-clang-format should not only work with Python2.7. This patch adds support for Python3.
Diff Detail
Diff Detail
Event Timeline
tools/clang-format/git-clang-format | ||
---|---|---|
303 | Why is this change needed (i.e: is there a functional difference between a list vs. a dict_keys here)? |
Comment Actions
This lgtm. I haven't touched clang-format before, so it would be good to double-check with the code owner before committing.
Why is this change needed (i.e: is there a functional difference between a list vs. a dict_keys here)?