[ET Trac] [Einstein Toolkit] #1842: clang-format options not valid for versions <=3.5
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Tue Nov 24 14:49:20 CST 2015
#1842: clang-format options not valid for versions <=3.5
---------------------+------------------------------------------------------
Reporter: knarf | Owner:
Type: defect | Status: new
Priority: unset | Milestone:
Component: Cactus | Version: development version
Resolution: | Keywords:
---------------------+------------------------------------------------------
Comment (by knarf):
I also tried using the config from version 3.4 with version 3.5 - to no
avail (Standard it set to Cpp03 there by default):
{{{
$ clang-format-3.4 -style=llvm -dump-config > .clang-format
$ clang-format-3.4 -style="{Standard: Cpp03}" -i *.cc *.hh
$ git diff | wc -l
687$ clang-format-3.4 -style=file -i *.cc *.hh
$ git diff | wc -l
687
$ clang-format-3.5 -style="{Standard: Cpp03}" -i *.cc *.hh
$ git diff | wc -l
178
$ clang-format-3.5 -style=file -i *.cc *.hh
$ git diff | wc -l
178
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1842#comment:4>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list