Commits

Ben Langmuir committed c40100af664
Factor use of the CodeCompletion sys::Cache into get() and set() methods Now get() and set() manage determining whether the results are stale, and getResults() can just rely on that. Also drive-by fix a data race where we were inserting our results sink into the cache before it was finished being modified. Swift SVN r28175