summaryrefslogtreecommitdiffstats
path: root/test/PCH/arc-blocks.mm
Commit message (Collapse)AuthorAgeFilesLines
* Add triples to the test I committed in r355012 to fix windows bots.Akira Hatanaka2019-02-271-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355017 91177308-0d34-0410-b5e6-96231b3b80d8
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-271-0/+49
initializes a local auto variable or is assigned to a local auto variable that is declared in the scope that introduced the block literal. rdar://problem/13289333 https://reviews.llvm.org/D58514 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355012 91177308-0d34-0410-b5e6-96231b3b80d8