Commits

Dmitri Hrybenko committed 49fa6738b9d
Remove CPointer<T>, it was almost equivalent to UnsafePointer<T>, but implemented pointer arithmetic. Enhanced UnsafePointer<T> to do pointer arithmetic. Also: update Clang importer to import T* as UsafePointer<T>, fix standard library fallout. Swift SVN r5616