]> granicus.if.org Git - clang/commit
Patch to allow restrict applied to id/Class types.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 7 Dec 2009 18:08:58 +0000 (18:08 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 7 Dec 2009 18:08:58 +0000 (18:08 +0000)
commit2b5ff1a1471819192ae805b51b888030ecb52914
treebc54ea233b0d8a210be893c36c0e1eaacc1fc909
parent33cc2437ae3a609cdc44179931a2909eb48a8200
Patch to allow  restrict applied to id/Class types.
(fixes radar 7442244).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90773 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp
test/SemaObjC/restrict-id-type.m [new file with mode: 0644]