This is an automated email from the ASF dual-hosted git repository. bbannier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 5c1fd4af0950489797c2dd6adc32fbef6096b8e8 Author: Benjamin Bannier <[email protected]> AuthorDate: Tue Sep 25 20:56:11 2018 +0200 Bumped mesos-tidy to upstream release_70. Review: https://reviews.apache.org/r/68820/ --- support/clang-tidy | 3 +++ support/mesos-tidy/Dockerfile | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/support/clang-tidy b/support/clang-tidy index 188d71f..d448314 100644 --- a/support/clang-tidy +++ b/support/clang-tidy @@ -7,6 +7,9 @@ clang-analyzer-*,\ -clang-analyzer-core.CallAndMessage,\ -clang-analyzer-core.NonNullParamChecker,\ -clang-analyzer-core.NullDereference,\ +-clang-analyzer-core.UndefinedBinaryOperatorResult,\ +-clang-analyzer-core.uninitialized.Assign,\ +-clang-analyzer-core.uninitialized.UndefReturn,\ -clang-analyzer-cplusplus.NewDelete,\ -clang-analyzer-cplusplus.NewDeleteLeaks,\ -clang-analyzer-optin.cplusplus.VirtualCall,\ diff --git a/support/mesos-tidy/Dockerfile b/support/mesos-tidy/Dockerfile index ea28e40..2885beb 100644 --- a/support/mesos-tidy/Dockerfile +++ b/support/mesos-tidy/Dockerfile @@ -38,9 +38,9 @@ RUN curl -sSL https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh \ sh /tmp/install-cmake.sh --skip-license --prefix=/usr/local RUN \ - git clone --depth 1 -b release_60 http://llvm.org/git/llvm /tmp/llvm && \ - git clone --depth 1 -b mesos_60 http://github.com/mesos/clang.git /tmp/llvm/tools/clang && \ - git clone --depth 1 -b mesos_60 http://github.com/mesos/clang-tools-extra.git /tmp/llvm/tools/clang/tools/extra && \ + git clone --depth 1 -b release_70 http://llvm.org/git/llvm /tmp/llvm && \ + git clone --depth 1 -b mesos_70 http://github.com/mesos/clang.git /tmp/llvm/tools/clang && \ + git clone --depth 1 -b mesos_70 http://github.com/mesos/clang-tools-extra.git /tmp/llvm/tools/clang/tools/extra && \ \ cmake /tmp/llvm -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt && \ cmake --build tools/clang/lib/Headers --target install -- -j $(nproc) && \
