]> granicus.if.org Git - clang/commit
[index] Fix regression where ObjC method declarations may mistakenly get indexed...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 31 Mar 2016 20:18:22 +0000 (20:18 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 31 Mar 2016 20:18:22 +0000 (20:18 +0000)
commit0a54c8e0a3813dcc7c35760657d21e14be3a99ab
treecf58a946e5b0d06ee4d743cb792900fdb489315b
parent362757ea7a3a3c3ca97215a02a1949b2aefce4bb
[index] Fix regression where ObjC method declarations may mistakenly get indexed as definition.

rdar://25372906

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265042 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Index/IndexingContext.cpp
test/Index/Core/index-source.m
test/Index/index-decls.m
tools/libclang/CXIndexDataConsumer.cpp