Commits

Ben Langmuir committed 15cf72be209
[sourcekit] Fix use-after-free of block inside libsourcekitdInProc sync_request In sourcekitdInProc, we were doing a by-ref capture of a block that didn't live as long as the asyncronous callback. Fix it by capturing by-copy. Found by ASan!