]> granicus.if.org Git - clang/commit
[libclang] Since an objc extension semantically continues the interface of the class
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 18 Oct 2011 16:50:06 +0000 (16:50 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 18 Oct 2011 16:50:06 +0000 (16:50 +0000)
commit46d1ea40d77aa66527cc48183750710b55d74914
tree26d04d753297a59d10d9736435746d6bdda86481
parent341350ee62abd1ad818e1e3d926cd718960e439b
[libclang] Since an objc extension semantically continues the interface of the class
don't use unique USRs for them, otherwise we fail to associate @implementation methods
with the methods in extensions.

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