summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/implicit-copy-constructor.mm
AgeCommit message (Expand)Author
2016-12-14Remove custom handling of array copies in lambda by-value array capture andRichard Smith
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-06-15Moved objective-c++ code gen. tests to their own directory andFariborz Jahanian