[all-commits] [llvm/llvm-project] 7ee332: [flang] Use x.empty() instead of llvm::empty(x) (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Sep 18 11:10:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ee332c4af41a79041dad1f39df72d8320dcf02d
      https://github.com/llvm/llvm-project/commit/7ee332c4af41a79041dad1f39df72d8320dcf02d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-09-18 (Sun, 18 Sep 2022)

  Changed paths:
    M flang/unittests/Optimizer/Builder/Runtime/CharacterTest.cpp

  Log Message:
  -----------
  [flang] Use x.empty() instead of llvm::empty(x) (NFC)

I'm planning to deprecate and eventually remove llvm::empty.

Note that no use of llvm::empty requires the ability of llvm::empty to
determine the emptiness from begin/end only.




More information about the All-commits mailing list