[Openmp-commits] [PATCH] D38837: Add explicit values to .clang-format

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 12 12:06:12 PDT 2017


AndreyChurbanov added a comment.

In https://reviews.llvm.org/D38837#896170, @Hahnfeld wrote:

> So maybe the reason for that is using different versions of `clang-format`? @jlpeyton can you share which version you have been using to initially format the source code?


Right. We found that each (we haven't tried all versions of cause:) version of the clang-format produces different formatting, so we decided to stick with the version 3.8.1:
$ clang-format --version
clang-format version 3.8.1 (http://llvm.org/git/clang.git 9fd77bd68130d9b2fbc56a3138b6f981d560480a) (http://llvm.org/git/llvm.git 8b47c17a53d683f313eaaa93c4a53de26d8fcba5)


https://reviews.llvm.org/D38837





More information about the Openmp-commits mailing list