Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-30 | objective-c arc: ARC IRGen correctly assumes result | Fariborz Jahanian | |
type of generated call to super dealloc is 'void' and asserts if user's dealloc is not of 'void type. This rule must be enforced in clang front-end (with a fixit) if this is not the case, instead of asserting in CodeGen. // rdar://11987838 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160993 91177308-0d34-0410-b5e6-96231b3b80d8 |