[all-commits] [llvm/llvm-project] b43df5: PseudoObjectExpr: Prefer ArrayRef over iterator_ra...

David Blaikie via All-commits all-commits at lists.llvm.org
Tue Jul 18 16:44:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b43df5bfe7e7ef358e135b515b0651ec51f635d8
      https://github.com/llvm/llvm-project/commit/b43df5bfe7e7ef358e135b515b0651ec51f635d8
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
    M clang/include/clang/AST/Expr.h

  Log Message:
  -----------
  PseudoObjectExpr: Prefer ArrayRef over iterator_range when iterating with pointers

Simpler to use ArrayRef directly here rather than a more
generic/customizable range helper like iterator_range




More information about the All-commits mailing list