Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The emission of an Objective-C++'s class .cxx_destruct method should be | John McCall | 2011-03-22 | 1 | -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 Jahanian | 2010-05-04 | 1 | -0/+15 |
| | | | | llvm-svn: 103028 | ||||
* | Support for construct/destruct of ivar array | Fariborz Jahanian | 2010-04-28 | 1 | -0/+71 |
of c++ objects (NeXt runtime). radar 7900343. llvm-svn: 102546 |