annotate clang/test/Index/modules-objc-categories.m @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 @import category_top;
anatofuz
parents:
diff changeset
2 @import category_left;
anatofuz
parents:
diff changeset
3
anatofuz
parents:
diff changeset
4 @interface Sub : Foo
anatofuz
parents:
diff changeset
5 - (void)left_sub;
anatofuz
parents:
diff changeset
6 @end
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 // RUN: rm -rf %t
anatofuz
parents:
diff changeset
9 // RUN: c-index-test -test-load-source local -fmodules -fmodules-cache-path=%t %s -I%S/../Modules/Inputs | FileCheck %s
anatofuz
parents:
diff changeset
10 // CHECK: modules-objc-categories.m:5:9: ObjCInstanceMethodDecl=left_sub:5:9 [Overrides @2:9]