summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/ivar-objects.mm
Commit message (Collapse)AuthorAgeFilesLines
* The emission of an Objective-C++'s class .cxx_destruct method should beJohn McCall2011-03-221-0/+18
| | | | | | | conditioned on whether it has any destructible ivars, not on whether it has any non-trivial class-object initializers. llvm-svn: 128074
* Fixes a code gen. crash when ivar object has trivial constructor.Fariborz Jahanian2010-05-041-0/+15
| | | | llvm-svn: 103028
* Support for construct/destruct of ivar arrayFariborz Jahanian2010-04-281-0/+71
of c++ objects (NeXt runtime). radar 7900343. llvm-svn: 102546
OpenPOWER on IntegriCloud