| commit | 4d59b77883ab05ed53fb1c3be2663c3af2b6f59d | [log] [tgz] |
|---|---|---|
| author | Nick Lewycky <nicholas@mxc.ca> | Tue Dec 16 22:02:06 2014 +0000 |
| committer | Nick Lewycky <nicholas@mxc.ca> | Tue Dec 16 22:02:06 2014 +0000 |
| tree | 298ec70f3f3ece57cb531f4b140f7bfcf85df511 | |
| parent | 7129c10cae224b1b5a437589794906ef08a84c07 [diff] |
Look at whether TransformTypos returned a different Expr instead of looking at the number of uncorrected typos before and after. Correcting one typo may produce an expression with another TypoExpr in it, leading to matching counts even though a typo was corrected. Fixes PR21925! llvm-svn: 224380