[PATCH] D63718: [ADT] Implement llvm::bsearch() with std::partition_point()

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 30 02:19:46 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364719: [ADT] Implement llvm::bsearch() with std::partition_point() (authored by MaskRay, committed by ).
Herald added subscribers: kristina, ilya-biryukov.

Changed prior to commit:
  https://reviews.llvm.org/D63718?vs=206220&id=207218#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63718/new/

https://reviews.llvm.org/D63718

Files:
  clang-tools-extra/trunk/clangd/index/dex/PostingList.cpp
  llvm/trunk/include/llvm/ADT/STLExtras.h
  llvm/trunk/include/llvm/CodeGen/SlotIndexes.h
  llvm/trunk/unittests/ADT/STLExtrasTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63718.207218.patch
Type: text/x-patch
Size: 5095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190630/7fe5cc30/attachment.bin>


More information about the cfe-commits mailing list