[PATCH] D100672: [ADT] Add new type traits for type pack indexes

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


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

Similar versions of these already exist, this effectively just just
factors them out into STLExtras. I plan to use these in future patches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100672

Files:
  llvm/include/llvm/ADT/PointerUnion.h
  llvm/include/llvm/ADT/STLExtras.h
  llvm/unittests/ADT/STLShimsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100672.338182.patch
Type: text/x-patch
Size: 7087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210416/1d9adfc4/attachment.bin>


More information about the llvm-commits mailing list