Skip to content

Commit 91cb323

Browse files
committed
[gardening] Inject llvm::SmallSetVector into the swift namespace.
1 parent 29c8329 commit 91cb323

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/swift/Basic/LLVM.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ namespace llvm {
3737
template <typename T> class SmallVectorImpl;
3838
template <typename T, unsigned N> class SmallVector;
3939
template <unsigned N> class SmallString;
40+
template <typename T, unsigned N> class SmallSetVector;
4041
template<typename T> class ArrayRef;
4142
template<typename T> class MutableArrayRef;
4243
template<typename T> class TinyPtrVector;
@@ -73,6 +74,7 @@ namespace swift {
7374
using llvm::MutableArrayRef;
7475
using llvm::TinyPtrVector;
7576
using llvm::PointerUnion;
77+
using llvm::SmallSetVector;
7678

7779
// Other common classes.
7880
using llvm::raw_ostream;

0 commit comments

Comments
 (0)