git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Liao 2012-08-30 00:45:32 +00:00
Родитель c586d5dd7a
Коммит 6422149364
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -740,7 +740,7 @@ static void PrintCursor(CXCursor Cursor,
lineCols[I].line = line;
lineCols[I].col = column;
}
// Make the order of the override list deterministic.
/* Make the order of the override list deterministic. */
qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp);
for (I = 0; I != num_overridden; ++I) {
if (I)