Commits

Chris Lattner committed 65b400e30d8
introduce a new "Builtin.RawPointer" type, which corresponds to LLVM's "i8*" type, and is just an unmanaged pointer. Also, introduce a basic swift.string type. This is progress towards rdar://10923403 and strings. Review welcome. Swift SVN r1349