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

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 12 14:55:45 PDT 2017


jlpeyton added a comment.

Ah ok, I see now.  When we first created .clang-format some specific attributes were changed from the defaults and not properly added.  So we just need to remove the DisableFormat line, change the DisableFormat line in the comments to false (as Joachim noted), and the rest can stay.  The OMPT patch still needs to be run through clang-format in some manner since the DisableFormat line probably prevented any real formatting to occur.  After those changes this one looks good to me.


https://reviews.llvm.org/D38837





More information about the Openmp-commits mailing list