| commit | eb03dace8735b739446c3a4cffc70b566e43f2a2 | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Wed Aug 13 16:39:22 2008 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Wed Aug 13 16:39:22 2008 +0000 |
| tree | 80fecdad61c8c204f7f24e14c4f3a765a1b7e456 | |
| parent | a21ff583db91420cc2e9c793b217677a83b3d383 [diff] |
Sema::ActOnStartProtocolInterface(): Make sure the protocol decl has a valid start location. The following case resulted in an invalid start location: // start location not being set for ObjCProtocolDecl AST (when a forward reference is in scope). @protocol Buggy; @protocol Buggy @optional - whatever; @end llvm-svn: 54740