[libcxx-commits] [PATCH] D121074: [libc++] Implement std::boyer_moore{, _horspool}_searcher
    Nikolas Klauser via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Sat Apr 30 06:27:52 PDT 2022
    
    
  
philnik updated this revision to Diff 426226.
philnik marked an inline comment as done.
philnik added a comment.
Rebase onto main
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121074/new/
https://reviews.llvm.org/D121074
Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/include/CMakeLists.txt
  libcxx/include/__functional/boyer_moore_searcher.h
  libcxx/include/experimental/functional
  libcxx/include/functional
  libcxx/include/module.modulemap
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/default.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pred.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/pred.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/default.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pred.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/pred.pass.cpp
  libcxx/test/std/utilities/optional/optional.hash/enabled_hash.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121074.426226.patch
Type: text/x-patch
Size: 24588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220430/730c4d83/attachment-0001.bin>
    
    
More information about the libcxx-commits
mailing list