mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
add void type.
Swift SVN r35
This commit is contained in:
@@ -21,6 +21,7 @@ using namespace swift;
|
||||
|
||||
ASTContext::ASTContext()
|
||||
: Allocator(new llvm::BumpPtrAllocator()),
|
||||
VoidType(new (*this) BuiltinType(BuiltinVoidKind)),
|
||||
IntType(new (*this) BuiltinType(BuiltinIntKind)) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user