commit | 41cfce25fef3ccdb68849ef9c28403d7b9c5806f | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Dec 15 00:04:56 2011 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Dec 15 00:04:56 2011 +0000 |
tree | 24b3880325265da244e6326d3421ba21116dc0fd | |
parent | dc785db0c3112e544aa42c571f91f05046d3c2cf [diff] [blame] |
[libclang] Suppress indexing references for occurrences of the interface in a superclass and the protocols in a protocol list. llvm-svn: 146615
diff --git a/clang/test/Index/index-suppress-refs.h b/clang/test/Index/index-suppress-refs.h index 2592f0f..03c5624 100644 --- a/clang/test/Index/index-suppress-refs.h +++ b/clang/test/Index/index-suppress-refs.h
@@ -1,3 +1,9 @@ @interface I @end + +@interface B +@end + +@protocol P +@end