[all-commits] [llvm/llvm-project] 98e3d9: [libc++] Rename local variable to avoid shadowing ...

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Wed Jan 10 14:28:34 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98e3d98bf34ff9202e8b82d4967c02e4fd7d6532
      https://github.com/llvm/llvm-project/commit/98e3d98bf34ff9202e8b82d4967c02e4fd7d6532
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M libcxx/test/std/ranges/range.adaptors/range.join/range.join.sentinel/ctor.other.pass.cpp

  Log Message:
  -----------
  [libc++] Rename local variable to avoid shadowing error (#77672)

Due to the inclusion of a header, a global type is was being shadowed,
which upset GCC.




More information about the All-commits mailing list