Make BuiltinType constructor private, and befriend ASTContext.
This reflects the fact that only ASTContext should ever create an instance of BuiltinType, and matches what we do for all the other Type subclasses. llvm-svn: 337048
Loading
Please sign in to comment