commit | 0ff14b2a047d68e50a46ac37601b8954a786f9de | [log] [tgz] |
---|---|---|
author | Jian Zhang <zhangjian.3032@bytedance.com> | Mon Jun 20 23:56:21 2022 +0800 |
committer | Jian Zhang <zhangjian.3032@bytedance.com> | Tue Jun 21 00:01:32 2022 +0800 |
tree | 569f97362e886c2da957ba6607e7b28eefcb6629 | |
parent | 971a6978985ad9fdcffce1ef5cfa3e203ee56f03 [diff] |
Upgrade clang-tidy version to 14.0.0 Fix a clang issue appearing in clang-tidy-13.0.1 Details refer to: https://reviews.llvm.org/rG1f2d40c47f5f8fd01d91d73a1f52044fe1c83225 [clang-tidy] fix duplicate '{}' in cppcoreguidelines-pro-type-member-init Issue: The overload of the constructor will repeatedly fix the member variables that need to be initialized, Removed the duplicate '{}'. In current ubuntu:jammy, clang version 14.0.0 is available, so we can use clang-tidy 14.0.0 to fix the clang issue. Change-Id: I312888b13ed0ed39e0edf502eca46b11b9e9a62f Signed-off-by: Jian Zhang <zhangjian.3032@bytedance.com>
Build script for CI jobs in Jenkins.