Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
080cc35364d5bc03885ab0920528e9880f6b439d
/
test
/
SemaObjC
/
check-dup-objc-decls-1.m
3cb0692
Make one expected-diag directive match exactly one actual diagnostic.
by Sebastian Redl
· 16 years ago
5f4a682
Make all the 'redefinition' diagnostics more consistent, and make the
by Chris Lattner
· 16 years ago
b8b96af
make some objc redefinition warnings more consistent: call definitions
by Chris Lattner
· 16 years ago
6ff0fc3
Tweak duplicate category diagnostic to work like the duplicate protocol diagnostic.
by Chris Lattner
· 16 years ago
08631c5
Convert IdentifierInfo's to be printed the same as DeclarationNames
by Chris Lattner
· 16 years ago
cfe8bf3
Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols.
by Steve Naroff
· 16 years ago
6ac6ddc
move all objc sema tests into a new SemaObjC directory. Next step is to
by Chris Lattner
· 16 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
· 17 years ago