[all-commits] [llvm/llvm-project] 7e2d27: Fix two -Wrange-loop-analysis warnings that Xcode ...

Nico Weber via All-commits all-commits at lists.llvm.org
Sat Jul 4 17:42:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e2d27bc554eb607c90e55c89d2537f5d711234c
      https://github.com/llvm/llvm-project/commit/7e2d27bc554eb607c90e55c89d2537f5d711234c
  Author: Nico Weber <thakis at chromium.org>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp

  Log Message:
  -----------
  Fix two -Wrange-loop-analysis warnings that Xcode 12 beta incorrectly complains about

Xcode 12 beta apparently has the Wrange-loop-analysis changes from
half a year ago, but it seems to lack https://reviews.llvm.org/D72212
which made the warning usable again.




More information about the All-commits mailing list