[PATCH] D47341: [Sema] Disable creating new delayed typos while correcting existing.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 24 16:39:00 PDT 2018


rsmith added a comment.

Rather than disabling typo correction in `TransformTypos`, it would be preferable to attempt to immediately correct them. (That should allow the `variableX.getX()` case to still work.)


https://reviews.llvm.org/D47341





More information about the cfe-commits mailing list