mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SE-0022: Address Jordan's review comments about #selector.
This commit is contained in:
@@ -930,7 +930,8 @@ public:
|
||||
|
||||
/// A mapping from Objective-C selectors to the methods that have
|
||||
/// those selectors.
|
||||
llvm::DenseMap<ObjCSelector, std::vector<AbstractFunctionDecl *>> ObjCMethods;
|
||||
llvm::DenseMap<ObjCSelector, llvm::TinyPtrVector<AbstractFunctionDecl *>>
|
||||
ObjCMethods;
|
||||
|
||||
template <typename T>
|
||||
using OperatorMap = llvm::DenseMap<Identifier,llvm::PointerIntPair<T,1,bool>>;
|
||||
|
||||
Reference in New Issue
Block a user