[PATCH] D100668: [ADT] Add STLShims.h and llvm::disjunction

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 16 11:31:46 PDT 2021


scott.linder created this revision.
Herald added subscribers: dexonsmith, mgorny.
scott.linder requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Move some "shim" types, i.e. types which are named and behave
identically to STL types from future standards, into a dedicated header.
This keeps them organized (they are not "extras" in the same sense as
most types in STLExtras.h are) and fixes circular dependencies in future
patches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100668

Files:
  llvm/include/llvm/ADT/STLExtras.h
  llvm/include/llvm/ADT/STLShims.h
  llvm/unittests/ADT/CMakeLists.txt
  llvm/unittests/ADT/STLShimsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100668.338178.patch
Type: text/x-patch
Size: 6580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210416/6f684780/attachment.bin>


More information about the llvm-commits mailing list