Commits

Doug Gregor committed 461cde049a9
Teach parseMatchingToken() to set a matched location even when it wasn't matched. We were working around this in several different places, which was error-prone (see <rdar://problem/17479771>). This way, we always have usable left/right delimiter locations. Swift SVN r19292