aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/property-objects.mm
AgeCommit message (Expand)Author
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-03-20[CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka
2015-11-05CodeGen: Update for debug info API change.Peter Collingbourne
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-08-22When building a pseudo-object assignment, and the RHS isJohn McCall
2014-10-14DebugInfo: Don't leak location information from one function into the prologu...David Blaikie
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-11-13Don't try to save the assigned value in a Objective-C property assignmentEli Friedman
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2010-09-09property reference expression used on lhs of assignmentFariborz Jahanian
2010-09-01Fix IRGen when property-dot syntax used to accessFariborz Jahanian
2010-05-15Fix API gen for objc_msgSend property of aggregate typesFariborz Jahanian
2010-05-10Objective-C++ Code gen. Handle code gen. for propertyFariborz Jahanian
2010-05-07Fixes a Code gen crash trying to use a dot-syntax forFariborz Jahanian
2010-05-06Code Gen support for Getter/Setter synthesis of Fariborz Jahanian