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
/
default-synthesize.m
Age
Commit message (
Expand
)
Author
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-02-02
objc2: add __has_feature(objc_default_synthesize_properties).
Fariborz Jahanian
2011-12-15
objc: do not auto synthesize properties declared in
Fariborz Jahanian
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-08-27
objective-c - Make warning on unimplemented protocols point
Fariborz Jahanian
2011-08-01
objective-c: reverse patch for // rdar://9818354
Fariborz Jahanian
2011-07-22
objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...
Fariborz Jahanian
2011-01-04
Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.
Fariborz Jahanian
2010-12-23
Add -fobjc-default-synthesized-properties flag
Ted Kremenek
2010-11-09
Remove space from rdar URIs.
Fariborz Jahanian
2010-07-14
Don't error when doing default property synthesis
Fariborz Jahanian
2010-05-03
Do not issue warning on unimplemented property in the class, if it
Fariborz Jahanian
2010-04-29
Properties cannot be synthesized by-dafult in
Fariborz Jahanian
2010-04-21
Improve on source location of diagnostic when default
Fariborz Jahanian
2010-04-02
Diagnose invalid code with -fobjc-nonfragile-abi2 when
Fariborz Jahanian
2010-02-09
Finish implementing property synthesis by default.
Fariborz Jahanian