Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
cfe8bf31ad61a16458d5970734d4a300a7bd9b0a
/
test
/
SemaObjC
/
check-dup-objc-decls-1.m
cfe8bf3
Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols.
by Steve Naroff
· 17 years ago
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]
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
be127ba
Several name lookup conflict detection fixes involving objective-c names.
by Fariborz Jahanian
· 18 years ago