Comment parsing: when comment ranges are deserialized from multiple modules,correctly order comments in SourceManager::isBeforeInTranslationUnit() orderUnfortunately, this is not as simple as it w
Comment parsing: when comment ranges are deserialized from multiple modules,correctly order comments in SourceManager::isBeforeInTranslationUnit() orderUnfortunately, this is not as simple as it was implemented previously, andactually requires doing a merge sort.llvm-svn: 204936
show more ...