[all-commits] [llvm/llvm-project] 78a26c: [ADT] Add new type traits for type pack indexes
Scott Linder via All-commits
all-commits at lists.llvm.org
Wed Dec 15 11:26:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78a26c7dafc91e5f90e173c5914e374202141293
https://github.com/llvm/llvm-project/commit/78a26c7dafc91e5f90e173c5914e374202141293
Author: Scott Linder <Scott.Linder at amd.com>
Date: 2021-12-15 (Wed, 15 Dec 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.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D100672
More information about the All-commits
mailing list