From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 4593F469719 for ; Tue, 6 Oct 2020 12:59:45 +0300 (MSK) From: Kirill Yukhin Date: Tue, 6 Oct 2020 12:59:34 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH 0/2] Replace clang 8 with clang 11 in CI List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: gorcunov@gmail.com, avtikhon@tarantool.org Cc: tarantool-patches@dev.tarantool.org Hello, This patchset removes C99 extension, which was used in C++ file and catched by Clang 11. It also updates version for CI testing with most recent Clang: 8 to 11. Branch: https://github.com/tarantool/tarantool/tree/kyukhin/gh-5386-enable-clang-11 Issue: https://github.com/tarantool/tarantool/issues/5386 CI: https://gitlab.com/tarantool/tarantool/-/pipelines/198532146 -- Regards, Kirill Yukhin Kirill Yukhin (2): Remove C99 extension usage from C++ file ci: add replace clang8 with clang11 .gitlab-ci.yml | 10 +++++----- .gitlab.mk | 2 +- .travis.mk | 18 +++++++++--------- src/box/mp_error.cc | 20 ++++++++++---------- 4 files changed, 25 insertions(+), 25 deletions(-) -- 1.8.3.1