| commit | a174241cf16771260b924863679d36916b598502 | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Oct 31 00:39:15 2015 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Oct 31 00:39:15 2015 +0000 |
| tree | 9fcbb8f3f8b1b6e4ae035d8543b27d1affb9aea7 | |
| parent | cada2d8d1e613671749db21b137876141a2a326f [diff] |
Sema: correct typo recovery with blocks Handle blocks in the tree transform for the typo correction as otherwise, the capture may miss. This would trigger an assertion. Thanks to Doug Gregor for the help with this! Fixes PR25001. llvm-svn: 251729