annotate clang/test/Index/index-with-working-dir.c @ 173:0572611fdcc8 llvm10 llvm12

reorgnization done
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 11:55:54 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1
anatofuz
parents:
diff changeset
2 void foo();
anatofuz
parents:
diff changeset
3
anatofuz
parents:
diff changeset
4 // RUN: c-index-test -index-file -working-directory=%S %s | FileCheck %s
anatofuz
parents:
diff changeset
5 // CHECK: [indexDeclaration]: kind: function | name: foo