From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (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 48609469719 for ; Tue, 6 Oct 2020 17:50:45 +0300 (MSK) Date: Tue, 6 Oct 2020 17:50:44 +0300 From: Kirill Yukhin Message-ID: <20201006145044.d2uhqrwrb4dzofvy@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [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, On 06 окт 12:59, Kirill Yukhin wrote: > 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 > I've checked the patchset into 2.5 and master. I've also cherry-picked top patch onto 2.4 and 1.10. -- Regards, Kirill Yukhin