Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-04 | Fix the emission of the copy-initialization of a block capture | John McCall | |
from a lambda capture when the capture is not trivially-copyable. rdar://13295759 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176431 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-03-10 | Unify the BlockDeclRefExpr and DeclRefExpr paths so that | John McCall | |
we correctly emit loads of BlockDeclRefExprs even when they don't qualify as ODR-uses. I think I'm adequately convinced that BlockDeclRefExpr can die. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152479 91177308-0d34-0410-b5e6-96231b3b80d8 |