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
Age
Commit message (
Expand
)
Author
2009-11-17
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...
Daniel Dunbar
2009-11-17
Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...
Daniel Dunbar
2009-11-17
Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/...
Ted Kremenek
2009-11-16
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-12
Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category,
John McCall
2009-11-11
writable atomic property's setter/getter must be in 'lock' step of
Fariborz Jahanian
2009-11-11
Apparently the following idiom is specifically encouraged:
John McCall
2009-11-10
Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ...
Ted Kremenek
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-11-06
Since default writable attribute is 'assign', allow
Fariborz Jahanian
2009-11-03
Switch XFAIL format to match LLVM.
Daniel Dunbar
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-11-02
Diagnose implementation of a property declared in a category
Fariborz Jahanian
2009-10-30
This patch computes composite type of two objective-c expressions
Fariborz Jahanian
2009-10-27
Type of a conditional expression with two distinct objective-c
Fariborz Jahanian
2009-10-27
Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't
Mike Stump
2009-10-20
Changed text of warning in my last patch.
Fariborz Jahanian
2009-10-20
Issue warning if method body starts with a semicolon.
Fariborz Jahanian
2009-09-29
Add a test case demonstrating a situation where we get protocol type checking
Daniel Dunbar
2009-09-22
Fix a regression in accessing class getter using the dot-syntax
Fariborz Jahanian
2009-09-17
clang-cc: Remove -ObjC -ObjC++ handling from clang-cc.
Daniel Dunbar
2009-09-14
Update tests
Anders Carlsson
2009-09-14
Using the property dot-syntax to invoke a non-eixsting
Fariborz Jahanian
2009-09-03
This patch does the following.
Fariborz Jahanian
2009-09-02
Added a FIXME to the test case.
Fariborz Jahanian
2009-09-02
Changed abi mode for these test which are dereferencing
Fariborz Jahanian
2009-09-02
Test for my last patch.
Fariborz Jahanian
2009-08-28
test case for my last patch.
Fariborz Jahanian
2009-08-22
Type of a ?: expression whose either expression is a built-in 'id'
Fariborz Jahanian
2009-08-22
Don't issue warning on multiple selector found when
Fariborz Jahanian
2009-08-22
Removed -Wundeclared-selector and -Wreadonly-setter-attrs from
Fariborz Jahanian
2009-08-17
XFAIL this test for now. David/Steve, please sort out the correct fix.
Daniel Dunbar
2009-08-16
Improve the diagnostic emitted when an unused ObjC property getter
Chris Lattner
2009-08-15
Change handling of attribute 'malloc' to only accept the attribute on function
Ted Kremenek
2009-08-14
Add more attribute 'malloc' test cases involving function pointers.
Ted Kremenek
2009-08-14
objc2's foreach statement's selector type can be
Fariborz Jahanian
2009-08-14
This test case does not need to include 'stdlib.h'.
Ted Kremenek
2009-08-14
Improve Sema's handling of attribute 'malloc' to reject the attribute when
Ted Kremenek
2009-08-14
Fixed a regression in deciding when to issue warning on properties which
Fariborz Jahanian
2009-08-12
error on property of objc interface type instead of crashing
Fariborz Jahanian
2009-08-12
Warn on use of property dot syntax when unused.
Fariborz Jahanian
2009-08-11
Patch to warn if a property which is 'assign' by default
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-08-08
Update test case; I don't really understand why packed enums changed this, but
Daniel Dunbar
2009-08-04
Some code refactoring. Be more generous in issuance of warning
Fariborz Jahanian
2009-08-04
Compare matching selectors in current and
Fariborz Jahanian
2009-07-29
Remove an ObjC-specific XFAIL (and tweak test).
Steve Naroff
2009-07-29
Fix <rdar://problem/7100524> regression: "error: incompatible operand types (...
Steve Naroff
[next]