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/+1 |
| | | | | | | | conditioned on whether it has any destructible ivars, not on whether it has any non-trivial class-object initializers. llvm-svn: 128074 | ||||
* | Complete PCH support for ObjCPropertyImplDecl. | Argyrios Kyrtzidis | 2010-08-09 | 1 | -1/+5 |
| | | | | llvm-svn: 110570 | ||||
* | Support ObjC implementation decls for PCH. | Argyrios Kyrtzidis | 2010-08-09 | 1 | -0/+11 |
Strictly speaking, implementations don't go in headers but there's no law against it. llvm-svn: 110567 |