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

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


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

  Changed paths:
    M llvm/unittests/ExecutionEngine/JITLink/LinkGraphTests.cpp

  Log Message:
  -----------
  [llvm] 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