diff options
author | Jon Chesterfield <jonathanchesterfield@gmail.com> | 2025-05-17 19:13:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-17 19:13:30 +0100 |
commit | 9c60431b673c478606e63ff1e47860eb4eb6af09 (patch) | |
tree | 45a4a98ab94fe631e69f3816c1b9f020b4690320 /llvm/lib/Support/CommandLine.cpp | |
parent | 60fb92179291e848eb7b04913bdc818d081db296 (diff) | |
download | llvm-9c60431b673c478606e63ff1e47860eb4eb6af09.zip llvm-9c60431b673c478606e63ff1e47860eb4eb6af09.tar.gz llvm-9c60431b673c478606e63ff1e47860eb4eb6af09.tar.bz2 |
[NFC] Add a specialization of DenseMapInfo for SmallVector (#140380)
Equivalent to the three existing uses I found which were all pointers.
Implementing the general pattern so SmallVector<int> etc will work as
well.
Added to the SmallVector.h header as opposed to DenseMapInfo.h following
the StringRef.h and SmallBitVector.h prior art.
Noticed while writing an unrelated patch which currently wants a map
from small vectors to other things and cleaner to generalise than add
another specialisation to said patch.
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions