]> granicus.if.org Git - clang/commit
Start supporting declaration of ivars in @implementation
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 19 Feb 2010 20:58:54 +0000 (20:58 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 19 Feb 2010 20:58:54 +0000 (20:58 +0000)
commitbd94d442f6801a4d2a25d53c1843690533180a6d
treece4770b6d835eb1847a6a4db87b1cb2e01741153
parent1f4646659fa48b7514553abb0e18edc5b08036bd
Start supporting declaration of ivars in @implementation
blocks. WIP.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96696 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/ivar-in-implementations.m [new file with mode: 0644]