objective-C code completion. Property accessors may not
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 28 Feb 2013 17:47:14 +0000 (17:47 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 28 Feb 2013 17:47:14 +0000 (17:47 +0000)
commit15a0b55c979cfb8a8294887e3f1c865f4f036616
tree90e675ff7673e305a9563c3f7dd6a387fde44e45
parentd4842e5ee9ecb85f1ff08601cea1db6a8a035050
objective-C code completion. Property accessors may not
have their own code completion comments. Use those in
their properties in this case.
// rdar://12791315

llvm-svn: 176271
clang/lib/Sema/SemaCodeComplete.cpp
clang/test/Index/complete-documentation-properties.m [new file with mode: 0644]