summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/property-objects.mm
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-3/+3
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-3/+3
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-201-4/+4
* CodeGen: Update for debug info API change.Peter Collingbourne2015-11-051-1/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* When building a pseudo-object assignment, and the RHS isJohn McCall2015-08-221-1/+131
* DebugInfo: Don't leak location information from one function into the prologu...David Blaikie2014-10-141-1/+6
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-3/+3
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-3/+3
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Don't try to save the assigned value in a Objective-C property assignmentEli Friedman2012-11-131-6/+16
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* property reference expression used on lhs of assignmentFariborz Jahanian2010-09-091-0/+19
* Fix IRGen when property-dot syntax used to accessFariborz Jahanian2010-09-011-0/+8
* Fix API gen for objc_msgSend property of aggregate typesFariborz Jahanian2010-05-151-1/+11
* Objective-C++ Code gen. Handle code gen. for propertyFariborz Jahanian2010-05-101-0/+13
* Fixes a Code gen crash trying to use a dot-syntax forFariborz Jahanian2010-05-071-0/+8
* Code Gen support for Getter/Setter synthesis of Fariborz Jahanian2010-05-061-0/+20
OpenPOWER on IntegriCloud