зеркало из https://github.com/microsoft/clang-1.git
c-index-test.c: Fix syntax according to C.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144947 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
01f2a1ea4d
Коммит
87adb0bf93
|
@ -1757,8 +1757,8 @@ static void index_indexDeclaration(CXClientData client_data,
|
|||
printf(" | isImplicit: %d\n", info->isImplicit);
|
||||
|
||||
for (i = 0; i != info->numAttributes; ++i) {
|
||||
const CXIdxAttrInfo *Attr = info->attributes[i];
|
||||
printf(" <attribute>: ");
|
||||
const CXIdxAttrInfo *Attr = info->attributes[i];
|
||||
PrintCursor(Attr->cursor);
|
||||
printf("\n");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче