commit | 9ee0e303d68054a8fdb1b071a7de6ddcc8b9ecd9 | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <gribozavr@gmail.com> | Thu Mar 27 15:40:39 2014 +0000 |
committer | Dmitri Gribenko <gribozavr@gmail.com> | Thu Mar 27 15:40:39 2014 +0000 |
tree | 74283e009b02f845e8f8b0d14cba0ef054a81666 | |
parent | a39fc6dd2afab9cb14286e00f2f6ef2370002c40 [diff] |
Comment parsing: when comment ranges are deserialized from multiple modules, correctly order comments in SourceManager::isBeforeInTranslationUnit() order Unfortunately, this is not as simple as it was implemented previously, and actually requires doing a merge sort. llvm-svn: 204936