[all-commits] [llvm/llvm-project] a6d398: [ADT] Add new type traits for type pack indexes
Scott Linder via All-commits
all-commits at lists.llvm.org
Mon May 17 15:29:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6d3987b8ef3b7616f0835b89515c4264f2a7a64
https://github.com/llvm/llvm-project/commit/a6d3987b8ef3b7616f0835b89515c4264f2a7a64
Author: Scott Linder <Scott.Linder at amd.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M llvm/include/llvm/ADT/PointerUnion.h
M llvm/include/llvm/ADT/STLExtras.h
M llvm/unittests/ADT/STLExtrasTest.cpp
Log Message:
-----------
[ADT] Add new type traits for type pack indexes
Similar versions of these already exist, this effectively just just
factors them out into STLExtras. I plan to use these in future patches.
Differential Revision: https://reviews.llvm.org/D100672
More information about the All-commits
mailing list