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
/
synthesized-ivar.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
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-09-27
Include prefix with default synthesized ivars.
Ted Kremenek
2011-06-15
Automatic Reference Counting.
John McCall
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-12-15
ivars craeted for explicit @synthesize and those
Fariborz Jahanian
2010-11-09
Remove space from rdar URIs.
Fariborz Jahanian
2010-04-06
default access for synthesize ivar is @protect.
Fariborz Jahanian
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
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...
Daniel Dunbar
2009-03-31
fe support for objc2's nonfragile-abi synthesized ivars.
Fariborz Jahanian