Commits

Ben Langmuir committed d258d764ead
Workaround FD leaks from clang module files in performSema Until we get a proper fix for rdar://problem/19720334 to close the .pcm files immediately after reading them, forcefully close all the .pcm file descriptors at the end of performSema. This avoids file descriptor leaks that eventually bring down SourceKit. rdar://problem/19059478 Swift SVN r25038