зеркало из https://github.com/microsoft/clang-1.git
Fix C++ comment in C source
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
c586d5dd7a
Коммит
6422149364
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче