]> granicus.if.org Git - clang/commit
USRs for Objective-C methods use the USR of the @interface as their base, not the...
authorTed Kremenek <kremenek@apple.com>
Fri, 4 Feb 2011 07:13:40 +0000 (07:13 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 4 Feb 2011 07:13:40 +0000 (07:13 +0000)
commitcd9175d5013700b2827fc727fed2b53ea89be027
treeded02f7dba14ae93015f48c65f841ea61a7ffeff
parent4ee2bb12dcb8f8b543a3581537a4bc5752106ce2
USRs for Objective-C methods use the USR of the @interface as their base, not the USR of the class category or extension.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124859 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/usrs.m
tools/libclang/CIndexUSRs.cpp