Mercurial > hg > CbC > CbC_llvm
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 |
rev | line source |
---|---|
150 | 1 @import category_top; |
2 @import category_left; | |
3 | |
4 @interface Sub : Foo | |
5 - (void)left_sub; | |
6 @end | |
7 | |
8 // RUN: rm -rf %t | |
9 // RUN: c-index-test -test-load-source local -fmodules -fmodules-cache-path=%t %s -I%S/../Modules/Inputs | FileCheck %s | |
10 // CHECK: modules-objc-categories.m:5:9: ObjCInstanceMethodDecl=left_sub:5:9 [Overrides @2:9] |