summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Merge 79781 from mainline. Tanya Lattner2009-08-221-0/+27
* Merge 79776 from mainline.Tanya Lattner2009-08-221-0/+13
* XFAIL this test for now. David/Steve, please sort out the correct fix.Daniel Dunbar2009-08-171-0/+3
* Improve the diagnostic emitted when an unused ObjC property getterChris Lattner2009-08-161-1/+1
* Change handling of attribute 'malloc' to only accept the attribute on functionTed Kremenek2009-08-151-4/+5
* Add more attribute 'malloc' test cases involving function pointers.Ted Kremenek2009-08-141-0/+3
* objc2's foreach statement's selector type can beFariborz Jahanian2009-08-141-0/+11
* This test case does not need to include 'stdlib.h'.Ted Kremenek2009-08-141-2/+0
* Improve Sema's handling of attribute 'malloc' to reject the attribute whenTed Kremenek2009-08-141-0/+14
* Fixed a regression in deciding when to issue warning on properties whichFariborz Jahanian2009-08-141-0/+1
* error on property of objc interface type instead of crashingFariborz Jahanian2009-08-121-0/+8
* Warn on use of property dot syntax when unused.Fariborz Jahanian2009-08-121-2/+1
* Patch to warn if a property which is 'assign' by defaultFariborz Jahanian2009-08-111-0/+14
* merge two tests.Chris Lattner2009-08-112-16/+16
* Fix rdar://7126285: don't warn on unused ObjC property accessChris Lattner2009-08-111-1/+16
* Update test case; I don't really understand why packed enums changed this, butDaniel Dunbar2009-08-081-2/+1
* Some code refactoring. Be more generous in issuance of warningFariborz Jahanian2009-08-041-0/+4
* Compare matching selectors in current andFariborz Jahanian2009-08-041-0/+46
* Remove an ObjC-specific XFAIL (and tweak test).Steve Naroff2009-07-291-2/+1
* Fix <rdar://problem/7100524> regression: "error: incompatible operand types (...Steve Naroff2009-07-291-9/+11
* Semantic checking for main().John McCall2009-07-251-1/+1
* Allow front-end 'isa' access on object's of type 'id'.Steve Naroff2009-07-241-3/+20
* Remove a bunch of FIXME's related to ObjC type checking.Steve Naroff2009-07-233-10/+6
* Add warning for falling off the end of a function that should return aMike Stump2009-07-221-0/+6
* Fix <rdar://problem/6770276> Support Class<Proto> syntax.Steve Naroff2009-07-224-7/+6
* Prep for new warning.Mike Stump2009-07-2221-21/+36
* Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...Argyrios Kyrtzidis2009-07-211-1/+1
* - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...Argyrios Kyrtzidis2009-07-211-0/+4
* Some more ?: for Obj-C tests.Daniel Dunbar2009-07-161-0/+27
* Add more testing of ?: for Obj-C object types.Daniel Dunbar2009-07-161-0/+50
* Diagnose ++/-- op on objc pointers inFariborz Jahanian2009-07-161-0/+11
* Avoid crashing for the enclosed test case.Steve Naroff2009-07-161-0/+17
* Handle some more fallout with the conversion of using PointerType forTed Kremenek2009-07-151-0/+42
* Remove cast from test case (cast was incorrectly added as part of http://llvm...Steve Naroff2009-07-151-1/+1
* Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...Steve Naroff2009-07-152-9/+9
* Remove excessive use of Carbon.h / Cocoa.h in clang tests.Daniel Dunbar2009-07-111-7/+0
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-106-9/+8
* don't crash if class is using itself as its super class.Fariborz Jahanian2009-07-091-0/+7
* Diagnose, and not crash, when taking address of property expression.Fariborz Jahanian2009-07-071-0/+18
* Keep track of when declarations are "used" according to C andDouglas Gregor2009-06-191-0/+11
* Test case was left behind from my last patch.Fariborz Jahanian2009-06-161-0/+45
* Don't allow defining a block with a non-prototype type. Remove a Eli Friedman2009-06-081-1/+1
* Diagnose misuse of __strong attribute in a redeclaration.Fariborz Jahanian2009-06-021-0/+12
* Issue diagnostics on __weak attribute mismatch.Fariborz Jahanian2009-06-021-0/+6
* Remove test which doesn't pass with gcc.Eli Friedman2009-06-021-3/+0
* This patch attempts to fix the merging of __strong/__weak attributesFariborz Jahanian2009-06-021-3/+0
* Update test case.Daniel Dunbar2009-06-011-1/+1
* Disable type merging with gc attributes. This has a number of nasty Eli Friedman2009-06-011-1/+3
* Cannot type cast @selector expressions.Fariborz Jahanian2009-05-221-0/+20
* Added -fblocks to the test's options.Fariborz Jahanian2009-05-221-1/+1