Commits

Chris Lattner committed 3e3f5681799
By far, the most common use of Lexer::getLocForEndOfToken is in conjunction with .fixItInsert(). As such, introduce a helper named .fixItInsertAfter() that does what we all want. Adopt this in various places around the compiler. NFC. Swift SVN r26147