Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d45c93c92e19085b48ff40dad97a44746debfd29
/
test
/
SemaObjC
/
unused.m
bc0b915
wordsmith an objc warning, rdar://7900756
by Chris Lattner
· 15 years ago
b4c0c2d
Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'.
by Ted Kremenek
· 15 years ago
444b035
Augment __has_feature to report that Clang supports adding attribute 'unused'
by Ted Kremenek
· 15 years ago
2ec93a8
Allow __attribute__((unused)) to be applied to ObjC ivars.
by Ted Kremenek
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
1147c5e
Change tests to use clang -cc1...
by Fariborz Jahanian
· 15 years ago
23afaad
Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do.
by Daniel Dunbar
· 15 years ago
419cfb3
Improve the diagnostic emitted when an unused ObjC property getter
by Chris Lattner
· 15 years ago
6cc670e
Warn on use of property dot syntax when unused.
by Fariborz Jahanian
· 15 years ago
bab8a8e
merge two tests.
by Chris Lattner
· 15 years ago
ab0e887
Fix rdar://7126285: don't warn on unused ObjC property access
by Chris Lattner
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
666871a
remove objc prefixes from these tests.
by Chris Lattner
· 17 years ago
[Renamed from test/SemaObjC/objc-unused.m]
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/objc-unused.m]
a9c0102
objc messages have side effects, return true from hasLocalSideEffect, fixing:
by Chris Lattner
· 17 years ago