summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/typo-correction-blocks.c
Commit message (Collapse)AuthorAgeFilesLines
* Sema: correct typo recovery with blocksSaleem Abdulrasool2015-10-311-0/+12
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
OpenPOWER on IntegriCloud