]> granicus.if.org Git - clang/commit
Allow properties within a protocol. The case below was asserting...now it works fine.
authorSteve Naroff <snaroff@apple.com>
Wed, 14 Nov 2007 14:15:31 +0000 (14:15 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 14 Nov 2007 14:15:31 +0000 (14:15 +0000)
commitddd600f3281f6c23564afc17550e186ca9c43631
tree154d39a92ea02de24fbb0208df43d919e6961fd9
parentaad48b6b2dfc81ad36a05d161c775cd6aab5b339
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...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44117 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp