comment parsing: Properties are considered like methods, and people
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 27 Feb 2013 00:46:06 +0000 (00:46 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 27 Feb 2013 00:46:06 +0000 (00:46 +0000)
commit81bbee1ed8d5f9ed3f5789a5807af9400836dfd6
tree73cef95850fbd8fd582272e0c7e212c30f9932e3
parentd010ac9a48e7fe07a62c7b42bd67d622cdadc487
comment parsing: Properties are considered like methods, and people
think of them as having return values that may be computed. Don't
warn when using @return in their comment. // rdar://13189938

llvm-svn: 176147
clang/include/clang/AST/CommentSema.h
clang/lib/AST/CommentSema.cpp
clang/test/Sema/nowarn-documentation-property.m [new file with mode: 0644]