summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* The copy and destroy helper functions aren't prototyped, don't call themEric Christopher2012-04-121-1/+1
* Add a triple to this test.Eric Christopher2012-04-111-1/+1
* Try to fix the windows buildbots by making this test a little lessEric Christopher2012-04-111-1/+1
* Enable debug info for objective c implementations that may not haveEric Christopher2012-04-114-4/+20
* Revert r154321, pending more discussion.David Chisnall2012-04-091-13/+0
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-091-0/+13
* Enhance testing a bit to make sure that we're omitting theEric Christopher2012-04-051-0/+2
* Only emit the getter and setter names if they're not the defaultEric Christopher2012-04-053-5/+1
* Enter an expression evaluation context when parsingJohn McCall2012-04-041-0/+7
* Change location information for synthesized properties to be at theEric Christopher2012-04-033-2/+37
* Revert previous commit changing location information to see if thisEric Christopher2012-03-303-37/+2
* Make sure we perform the relevant implied conversions correctly for ObjC meth...Eli Friedman2012-03-301-12/+4
* Testcase for the previous commit.Eric Christopher2012-03-301-0/+34
* Change location information for synthesized properties to be at theEric Christopher2012-03-302-2/+3
* The UTF16 string referenced by a CFString should go into the __TEXT,__ustringBill Wendling2012-03-301-1/+1
* Go back to using just the selector name for the getter and setterEric Christopher2012-03-291-1/+1
* Add support for objc property decls according to the page at:Eric Christopher2012-03-291-1/+1
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-069-0/+447
* Test is fixed.Fariborz Jahanian2012-02-231-9/+15
* XFAIL test until I figure out how to make test pass on different platforms.Fariborz Jahanian2012-02-231-0/+1
* Change test again so it passes in build-bot until I can figure out what isFariborz Jahanian2012-02-231-2/+2
* fix test for patch in r151268.Fariborz Jahanian2012-02-231-2/+2
* objective-c default synthesis. classes which adopt protocol propertiesFariborz Jahanian2012-02-231-0/+30
* Try to handle qualifiers more consistently for array InitListExprs. Fixes <r...Eli Friedman2012-02-231-0/+4
* Make sure null initialization in arrays works correctly with ARC types. <rda...Eli Friedman2012-02-221-0/+12
* objc IRGen: force CSE of load of ivar offsets by settingFariborz Jahanian2012-02-201-0/+29
* Make test case less sensitive to metadata numbering.Chad Rosier2012-02-201-1/+1
* Remove the type retaining from the clang frontend. This is nowEric Christopher2012-02-201-1/+1
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-4/+4
* Fix this test to work with and without Asserts mode.Dan Gohman2012-02-161-13/+10
* Fix test to not depend upon metadata numbers.Bill Wendling2012-02-161-1/+1
* test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now.NAKAMURA Takumi2012-02-161-0/+3
* Fix test for r150648.Chad Rosier2012-02-161-7/+7
* Use the new method for specifying garbage collection metadata in the module.Bill Wendling2012-02-163-5/+12
* Teach clang to add metadata tags to calls and invokes in ObjC withDan Gohman2012-02-161-0/+78
* objc-arc: For arc's ivar layout, treat __unsafe_unretained ivarsFariborz Jahanian2012-02-161-0/+11
* Emit debug info for properites that are not backed by an ivar.Devang Patel2012-02-071-0/+32
* Relax valid location check. This fixes a clang crash while emitting debug inf...Devang Patel2012-02-061-0/+17
* Let an ivar directly refer property TAG.Devang Patel2012-02-061-0/+4
* Unbreak failing test added in r149738.Richard Smith2012-02-041-1/+1
* New test case.Devang Patel2012-02-041-0/+12
* Update tests so that they don't rely upon LLVMDebugVersion number.Devang Patel2012-02-034-4/+4
* fix test.Fariborz Jahanian2012-01-311-2/+2
* test for a v-table dispatch that consumes anFariborz Jahanian2012-01-301-0/+32
* objc-arc: Perform null check on receiver before sending methods whichFariborz Jahanian2012-01-301-2/+7
* revert r149184Fariborz Jahanian2012-01-291-6/+2
* When emitting an ARC epilogue that looks like a return of 'self',John McCall2012-01-291-0/+11
* Get a little bit smarter about killing off the ReturnValue allocaJohn McCall2012-01-291-30/+15
* objc-arc: Perform null check on receiver before sending methods whichFariborz Jahanian2012-01-281-2/+6
* When initializing a catch variable in ARC, be sure to emit retainsJohn McCall2012-01-171-0/+45