diff options
author | Joe Loser <joeloser@fastmail.com> | 2022-10-27 09:05:08 -0600 |
---|---|---|
committer | Joe Loser <joeloser@fastmail.com> | 2022-10-27 13:44:43 -0600 |
commit | 8d35558527ba9faa8a2a17201a2b3a3d9053e2f9 (patch) | |
tree | 9063612933aebb66a5f6b8f62f8a9d4312491c7e /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | fd90f542cf60c2a4e735f35513268c052686dbd6 (diff) | |
download | llvm-8d35558527ba9faa8a2a17201a2b3a3d9053e2f9.zip llvm-8d35558527ba9faa8a2a17201a2b3a3d9053e2f9.tar.gz llvm-8d35558527ba9faa8a2a17201a2b3a3d9053e2f9.tar.bz2 |
[ADT] Simplify hashing for tuples
Instead of using `std::index_sequence` with a helper function template to access
each element in the tuple, leverage `std::apply` from C++17 to do the heavy
lifting for us.
Differential Revision: https://reviews.llvm.org/D136850
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions