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

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 24 15:50:38 PDT 2018


arphaman added inline comments.


================
Comment at: clang/test/SemaCXX/typo-correction-delayed.cpp:146
+  // expected-error at +1 {{use of undeclared identifier 'variableX'}}
   int x = variableX.getX();
 }
----------------
Loosing typo correction for 'getX' is fine, however, I think we still want to typo-correct 'variableX' to 'variable' here.


https://reviews.llvm.org/D47341





More information about the cfe-commits mailing list