Commits

Doug Gregor committed 29764dc34db
Remove the ability to access the "0" member of a scalar. This is a travesty that makes it hard to reason about tuple vs. scalar types. It's only use in our own code involved dealing with the difference in element types between Set and Dictionary in gyb-generated code. Ewww. Fixes rdar://problem/17963034. Swift SVN r30074