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)
commit31cf7d49db5483ee086132dce1458631f460a83c
treed2ccd2846157f440f8f4afb7d3d0328960636c91
parent60e53cdcb71cb823ae0a05be8974b0b31e7a4fa4
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.

llvm-svn: 263295
clang/lib/AST/DeclObjC.cpp
clang/test/CodeCompletion/documentation.m [new file with mode: 0644]