aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
AgeCommit message (Expand)Author
2012-04-09Revert r154321, pending more discussion.David Chisnall
2012-04-09Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall
2012-04-05Enhance testing a bit to make sure that we're omitting theEric Christopher
2012-04-05Only emit the getter and setter names if they're not the defaultEric Christopher
2012-04-04Enter an expression evaluation context when parsingJohn McCall
2012-04-03Change location information for synthesized properties to be at theEric Christopher
2012-03-30Revert previous commit changing location information to see if thisEric Christopher
2012-03-30Make sure we perform the relevant implied conversions correctly for ObjC meth...Eli Friedman
2012-03-30Testcase for the previous commit.Eric Christopher
2012-03-30Change location information for synthesized properties to be at theEric Christopher
2012-03-30The UTF16 string referenced by a CFString should go into the __TEXT,__ustringBill Wendling
2012-03-29Go back to using just the selector name for the getter and setterEric Christopher
2012-03-29 Add support for objc property decls according to the page at:Eric Christopher
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-23Test is fixed.Fariborz Jahanian
2012-02-23XFAIL test until I figure out how to make test pass on different platforms.Fariborz Jahanian
2012-02-23Change test again so it passes in build-bot until I can figure out what isFariborz Jahanian
2012-02-23fix test for patch in r151268.Fariborz Jahanian
2012-02-23objective-c default synthesis. classes which adopt protocol propertiesFariborz Jahanian
2012-02-23Try to handle qualifiers more consistently for array InitListExprs. Fixes <r...Eli Friedman
2012-02-22Make sure null initialization in arrays works correctly with ARC types. <rda...Eli Friedman
2012-02-20objc IRGen: force CSE of load of ivar offsets by settingFariborz Jahanian
2012-02-20Make test case less sensitive to metadata numbering.Chad Rosier
2012-02-20Remove the type retaining from the clang frontend. This is nowEric Christopher
2012-02-17Whether an argument is required (in contrast with being anJohn McCall
2012-02-16Fix this test to work with and without Asserts mode.Dan Gohman
2012-02-16Fix test to not depend upon metadata numbers.Bill Wendling
2012-02-16test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now.NAKAMURA Takumi
2012-02-16Fix test for r150648.Chad Rosier
2012-02-16Use the new method for specifying garbage collection metadata in the module.Bill Wendling
2012-02-16Teach clang to add metadata tags to calls and invokes in ObjC withDan Gohman
2012-02-16objc-arc: For arc's ivar layout, treat __unsafe_unretained ivarsFariborz Jahanian
2012-02-07Emit debug info for properites that are not backed by an ivar.Devang Patel
2012-02-06Relax valid location check. This fixes a clang crash while emitting debug inf...Devang Patel
2012-02-06Let an ivar directly refer property TAG.Devang Patel
2012-02-04Unbreak failing test added in r149738.Richard Smith
2012-02-04New test case.Devang Patel
2012-02-03Update tests so that they don't rely upon LLVMDebugVersion number.Devang Patel
2012-01-31fix test.Fariborz Jahanian
2012-01-30test for a v-table dispatch that consumes anFariborz Jahanian
2012-01-30objc-arc: Perform null check on receiver before sending methods whichFariborz Jahanian
2012-01-29revert r149184Fariborz Jahanian
2012-01-29When emitting an ARC epilogue that looks like a return of 'self',John McCall
2012-01-29Get a little bit smarter about killing off the ReturnValue allocaJohn McCall
2012-01-28objc-arc: Perform null check on receiver before sending methods whichFariborz Jahanian
2012-01-17When initializing a catch variable in ARC, be sure to emit retainsJohn McCall
2012-01-04Restore r147493 and remove the part of the test that was checking the wrong t...David Chisnall
2011-12-20When performing layout for an Objective-C class, make sure to dig outDouglas Gregor
2011-12-16Update tests to match r146744.Devang Patel
2011-12-15Update tests to match r146665.Devang Patel