Commits

Ben Langmuir committed 8d656dec8b7
Fix small leaks in markup parser These were all seen during code completion while parsing the doc comments. * We missed freeing a cmark iterator * Image and Link stored a std::string inside a BumpPtrAllocator rdar://problem/22387897 Swift SVN r31560