mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
add a hunk missing from previous patch.
Swift SVN r1003
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
// Members that should only be used by ASTContext.cpp.
|
||||
void *IdentifierTable; // llvm::StringMap<char>
|
||||
void *TupleTypes; // llvm::FoldingSet<TupleType>
|
||||
void *MetaTypeTypes; // DenseMap<TypeAliasDecl*, MetaTypeType*>
|
||||
void *FunctionTypes; // DenseMap<std::pair<Type*, Type*>, FunctionType*>
|
||||
void *ArrayTypes; // DenseMap<std::pair<Type*, uint64_t>, ArrayType*>
|
||||
void *IntegerTypes; // DenseMap<unsigned, BuiltinIntegerType>
|
||||
|
||||
Reference in New Issue
Block a user