[all-commits] [llvm/llvm-project] 4d594d: [Analysis] Fix warnings

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Oct 30 12:52:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d594d810df523edf6eca2b7500594c356f9a14e
      https://github.com/llvm/llvm-project/commit/4d594d810df523edf6eca2b7500594c356f9a14e
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-10-30 (Sun, 30 Oct 2022)

  Changed paths:
    M llvm/unittests/Analysis/VectorUtilsTest.cpp

  Log Message:
  -----------
  [Analysis] Fix warnings

This patch fixes:

  llvm/utils/unittest/googletest/include/gtest/gtest.h:1526:11: error:
  comparison of integers of different signs: 'const unsigned long' and
  'const int' [-Werror,-Wsign-compare]




More information about the All-commits mailing list