From 0105368cc122c8aabfd60ebda3498c7666aef29c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 2 Aug 2020 20:40:28 -0400 Subject: ci: Make use of clang-format 10.0 10.0 seems to play nicer with C++ attributes compared to clang-format 6.0. --- .ci/scripts/format/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci') diff --git a/.ci/scripts/format/script.sh b/.ci/scripts/format/script.sh index 5ab828d5e..991fe1552 100644 --- a/.ci/scripts/format/script.sh +++ b/.ci/scripts/format/script.sh @@ -7,7 +7,7 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dis fi # Default clang-format points to default 3.5 version one -CLANG_FORMAT=clang-format-6.0 +CLANG_FORMAT=clang-format-10.0 $CLANG_FORMAT --version if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then -- cgit v1.2.3