Commits

Ben Langmuir committed 7191333a831
[CodeCompletion] Fix use of dangling pointers to stack memory These pointers were already dangling, but after the recent change to cleanup ErrorType values, we would actually dereference them while walking the expressions. In debug builds, this manifest as crashes.