[PATCH] D86780: Copy blocks in variadic methods

2020-08-30 Thread 酷酷的哀殿 via Phabricator via cfe-commits
sunbohong updated this revision to Diff 288853. sunbohong added a comment. Herald added a subscriber: danielkiss. Update copy blocks Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D86780/new/ https://reviews.llvm.org/D86780 Files: clang/lib/Sema/S

[PATCH] D86780: Copy blocks in variadic methods

2020-08-28 Thread 酷酷的哀殿 via Phabricator via cfe-commits
sunbohong created this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. sunbohong requested review of this revision. This commit will fix https://bugs.llvm.org/show_bug.cgi?id=46399. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D86780 Files: