1. cfe8bf3 Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols. by Steve Naroff · 17 years ago
  2. 6ac6ddc move all objc sema tests into a new SemaObjC directory. Next step is to by Chris Lattner · 17 years ago[Renamed from test/Sema/check-dup-objc-decls-1.m]
  3. 3110251 Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjCInterfaceDecl is arguably a TypeDecl, it isn't a ScopedDecl. Since TypeDecl's are scoped, it makes sense to simply treat them as NamedDecl's. I could have fiddled a bit more with the hierarchy (in terms of creating a non-scoped TypeDecl), however this probably isn't worth the effort. by Steve Naroff · 17 years ago
  4. be127ba Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 18 years ago