]> granicus.if.org Git - clang/commit
Patch to synthesize property ivars on demand as
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 17 Jul 2010 00:59:30 +0000 (00:59 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 17 Jul 2010 00:59:30 +0000 (00:59 +0000)
commitad51e74030a59a8aa4ef0ebca1d7a701602ef53b
treee4e8e9dc7f82b2ff9fdd87f70c45e1fcde3ebea8
parent8262b6a44c98cf14e1d5f347a01e6bf44858198f
Patch to synthesize property ivars on demand as
part of the new property synthesis by default.
wip.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108599 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/synth-provisional-ivars.m [new file with mode: 0644]