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
/
continuation-class-err.m
Age
Commit message (
Expand
)
Author
2012-08-21
objective-C: Change rules for overriding properties in
Fariborz Jahanian
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-05-18
objc: use "class extension" instead of "continuation class"
Fariborz Jahanian
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-02-02
objc: don't crash if primary class is missing and continuation class
Fariborz Jahanian
2010-10-21
Tweak diagnostics for redeclaration of a @property in a class extension where...
Ted Kremenek
2010-04-23
Improve on my previous diagnostics: per Doug's comment.
Fariborz Jahanian
2010-04-23
Trying to improve on a diagnostics for properties.
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-06
Since default writable attribute is 'assign', allow
Fariborz Jahanian
2009-11-03
Assortment of property attributes declared in continuation
Fariborz Jahanian
2009-11-02
Property declared in continuation class can only be used to
Fariborz Jahanian
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-12-08
Since we do not allow a readonly property to be 'copy'retain', we
Fariborz Jahanian
2008-12-06
Patch to diagnose a variety of misuse of property
Fariborz Jahanian
2008-12-04
Output better diagnostics for continuation class
Fariborz Jahanian
2008-11-26
Removed a FIXME. Added a test case for anonymous category.
Fariborz Jahanian