[LLVMbugs] [Bug 4431] Can't declare a property as an alias of another.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jun 22 19:34:42 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4431
Fariborz Jahanian <fjahanian at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Fariborz Jahanian <fjahanian at apple.com> 2009-06-22 21:34:42 ---
This is part of the language spec. and cannot be changed. Two properties cannot
use the same 'ivar'
for their setter/getter synthesis. This is deemed necessary because it will be
extremely error prone to
allow the ivar changed via unrelated property operations.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list