]> granicus.if.org Git - clang/commit
[ObjC declaration documentation] declaration of
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 1 May 2013 17:28:37 +0000 (17:28 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 1 May 2013 17:28:37 +0000 (17:28 +0000)
commitdb1519a95687622d08340f9b7522ef84a53b331a
tree9391b82d2dfc1fea8a76201e290a7ff0fb9f51b2
parent78a2a5a17a907aec58ae6b564607de4202dee0c6
[ObjC declaration documentation] declaration of
types involving Objective-C pointers must have
their arc qualifiers elided as they don't
add any additional info. // rdar://13757500.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180860 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/DeclPrinter.cpp
test/Index/comment-unqualified-objc-pointer.m [new file with mode: 0644]