Commits
Jordan Rose committed 29f8c25d63f
Move #line state into the Parser and out of the SourceManager. As part of this change, allow #line directives to extend to the end of the file, rather than requiring a reset. Note that #line regions that start or end within function bodies will not behave correctly when in delayed parsing modes. This was true before and after this commit. (#line regions contained entirely within a function and not within any other #line regions should be fine.) Swift SVN r20571