aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/debug-info-block-helper.m
AgeCommit message (Expand)Author
2013-03-21Generalize debug info tests to be forward compatible with future DISubprogram...David Blaikie
2013-02-02Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-04-23Forward declarations should take a context. This helps the debuggerEric Christopher
2012-04-12The copy and destroy helper functions aren't prototyped, don't call themEric Christopher
2012-04-11Enable debug info for objective c implementations that may not haveEric Christopher
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-30Change location information for synthesized properties to be at theEric Christopher
2012-02-16Use the new method for specifying garbage collection metadata in the module.Bill Wendling
2012-02-03Update tests so that they don't rely upon LLVMDebugVersion number.Devang Patel
2011-12-15Update tests to match r146665.Devang Patel
2011-10-27Move these test from checking assembly to checking LLVM IR. Should fix falloutNick Lewycky
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-06-03These tests require particular registered targets. Declared as such.Galina Kistanova
2011-05-02Emit debug info for __destroy_helper_block_ and __copy_helper_block.Devang Patel