summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/property-object-reference-1.mm
Commit message (Collapse)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
| | | | llvm-svn: 230795
* Fixes a code gen bug for setter code for a property ofFariborz Jahanian2012-01-051-0/+31
c++ object reference type with trivial copy constructor. This causes an assert crash and bad code gen. when assert is off. // rdar://6137845 llvm-svn: 147573
OpenPOWER on IntegriCloud