index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaObjC
/
unused.m
Age
Commit message (
Expand
)
Author
2012-09-17
objective-C: improve on warnings about misplacement of method
Fariborz Jahanian
2012-09-17
objective-C: issue warning when there is no whitespace
Fariborz Jahanian
2012-09-06
refactoring + objective-C specific test for my last patch.
Fariborz Jahanian
2012-08-04
objective-C string literal has no side-effect,
Fariborz Jahanian
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2010-04-26
wordsmith an objc warning, rdar://7900756
Chris Lattner
2010-04-08
Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'.
Ted Kremenek
2010-03-05
Augment __has_feature to report that Clang supports adding attribute 'unused'
Ted Kremenek
2010-02-25
Allow __attribute__((unused)) to be applied to ObjC ivars.
Ted Kremenek
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Change tests to use clang -cc1...
Fariborz Jahanian
2009-11-17
Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...
Daniel Dunbar
2009-08-16
Improve the diagnostic emitted when an unused ObjC property getter
Chris Lattner
2009-08-12
Warn on use of property dot syntax when unused.
Fariborz Jahanian
2009-08-11
merge two tests.
Chris Lattner
2009-08-11
Fix rdar://7126285: don't warn on unused ObjC property access
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-07-26
remove objc prefixes from these tests.
Chris Lattner