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
/
attr-deprecated.m
Age
Commit message (
Expand
)
Author
2013-04-04
Objective-C: Issue deprecated warning when using a
Fariborz Jahanian
2012-09-21
objective-C: when diagnosing deprecated/unavailable usage of
Fariborz Jahanian
2012-08-08
Handle deprecation diagnostics correctly for C struct fields and Objective-C ...
Eli Friedman
2012-05-27
-Wdeprecated warning to include reference (as a note)
Fariborz Jahanian
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-02-10
Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is us...
Ted Kremenek
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-07
objc: issue deprecated/unavailable diagnostic when
Fariborz Jahanian
2011-10-22
objc: private methods can have their attributes, no diagnostic is required.
Fariborz Jahanian
2011-10-06
Implicitly assume that a ObjC category to an unavailable interface is also un...
Argyrios Kyrtzidis
2011-10-06
When using an unavailable/deprecated interface Foo inside Foo's interface/imp...
Argyrios Kyrtzidis
2011-09-23
Clean up parsing the category names in interfaces slightly, using
Douglas Gregor
2010-11-10
Propagate the deprecated and unavailable attributes from a
John McCall
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-05-13
Changed wording of warning when attribute is on
Fariborz Jahanian
2009-05-12
Method attributes may only be specified on method
Fariborz Jahanian
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-16
warn about interfaces that inherit from deprecated classes.
Chris Lattner
2009-02-16
warn about categories that implement deprecated interfaces.
Chris Lattner
2009-02-16
do not warn about uses of deprecated decls when in an out-of-line objc method
Chris Lattner
2009-02-16
Add support for deprecating ObjC properties. Unlike GCC, we warn that the
Chris Lattner
2009-02-16
add support for deprecated objc ivars.
Chris Lattner
2009-02-16
update expected-warning line.
Chris Lattner
2009-02-14
Add support for deprecated Obj-C methods. The semantics mostly match what gcc...
Anders Carlsson