Go to file
Chris Lattner 5300accc7a improve location info for property stuff. In a property like this:
@property int x;

associate the location of X with the property decl, not the location
of the @.  Also, pass this info along to the synthesized ParmVarDecls
so that redefinition and other diagnostics can use it.  This eliminates
a fixme.

llvm-svn: 68880
2009-04-11 20:14:49 +00:00
clang improve location info for property stuff. In a property like this: 2009-04-11 20:14:49 +00:00
llvm Revert r68847. It breaks the build on non-Darwin targets, with this message 2009-04-11 15:57:04 +00:00