]> granicus.if.org Git - clang/commit
Fix ObjCMethodDecl::findPropertyDecl for class properties.
authorJordan Rose <jordan_rose@apple.com>
Fri, 11 Mar 2016 21:14:40 +0000 (21:14 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 11 Mar 2016 21:14:40 +0000 (21:14 +0000)
commitd5289358c5bb380994446d62e4b8609aa531a31f
treeb590c46c605612aa3b2dd1a3722764b0c373bcd6
parentd5ee7cc60f74ecd29eed4fe362733aecca772b0b
Fix ObjCMethodDecl::findPropertyDecl for class properties.

This affects code completion and a few other things; hopefully the code completion
test is sufficient to catch regressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263295 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclObjC.cpp
test/CodeCompletion/documentation.m [new file with mode: 0644]