]> granicus.if.org Git - clang/commit
Diagnose declaration of reference typed ivars.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 26 Apr 2010 22:07:03 +0000 (22:07 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 26 Apr 2010 22:07:03 +0000 (22:07 +0000)
commit0b7bc8e937735e2b3608c049752c4aa48a283d2a
treeb437624ad91258ca2d6e49eb38d46e1dafa853d8
parentbc0b915148688033e37e9175ddf7629333e45d43
Diagnose declaration of reference typed ivars.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102390 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/SemaObjCXX/ivar-reference-type.mm [new file with mode: 0644]