Go to file
Steve Naroff 9e0887cff4 Allow properties within a protocol. The case below was asserting...now it works fine.
@protocol CAMediaTiming

@property int beginTime;

@end

Comments in the code tell the rest of the story...

llvm-svn: 44117
2007-11-14 14:15:31 +00:00
clang Allow properties within a protocol. The case below was asserting...now it works fine. 2007-11-14 14:15:31 +00:00
llvm Simplify the attribute verification code. 2007-11-14 14:02:11 +00:00