Commits

Chris Lattner committed da4ea30b23c
Make the parser handle #if directives better when skipping due to error recovery. Previously, we would blow past a #endif directive, which leads to bad things later. this will be tested in a forthcoming testcase. Swift SVN r29915