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.
From 20175b753d8ef9f00f33fe04484dce1c0148ff7c Mon Sep 17 00:00:00 2001
From: Andreas
abergmeier-dsfishlabs created this revision.
abergmeier-dsfishlabs added a reviewer: djasper.
abergmeier-dsfishlabs added a subscriber: cfe-commits.
abergmeier-dsfishlabs set the repository for this revision to rL LLVM.
abergmeier-dsfishlabs changed the edit policy of this Differential Revision
fr
abergmeier-dsfishlabs removed rL LLVM as the repository for this revision.
abergmeier-dsfishlabs updated this revision to Diff 68487.
abergmeier-dsfishlabs added a comment.
Removed unnecessary list conversion.
https://reviews.llvm.org/D23602
Files:
tools/clang-format/git-clang-format
Index:
abergmeier-dsfishlabs set the repository for this revision to rL LLVM.
abergmeier-dsfishlabs updated this revision to Diff 68488.
abergmeier-dsfishlabs added a comment.
Proper patch of last version (hopefully)
Repository:
rL LLVM
https://reviews.llvm.org/D23602
Files:
tools/clang-format/gi