Commits
Chris Lattner committed cb97c11214b
Fix a super-obscure bug where we could attach the doc comment attached to a token when backtracking, because we didn't restore the lexer state to before the comment, preventing it from being attached to the token that followed it after backtracking was restored. This is super obscure right now, but causes two tests to fail with my forthcoming patch, lets nip this in the bud. Swift SVN r19553