Commits

Slava Pestov committed bc1fc73b2a3
Sema: Simpler materializeForSet return type, NFC The function pointer is a thin function and possibly polymorphic, so it does not really have an AST type. Instead of pretending it has an AST type, just return a RawPointer and remove some casts in the process.