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