This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
96de9933fb
llvm-project
/
clang
/
test
/
Index
/
index-suppress-refs.h
10 lines
56 B
C
Raw
Normal View
History
Unescape
Escape
[libclang] Indexing API: Fix suppressing of references in macros and suppress @class forward references. rdar://10568080&10568103&10568119 llvm-svn: 146496
2011-12-14 02:47:35 +08:00
@
interface
I
@
end
[libclang] Suppress indexing references for occurrences of the interface in a superclass and the protocols in a protocol list. llvm-svn: 146615
2011-12-15 08:04:56 +08:00
@
interface
B
@
end
@
protocol
P
@
end