ahatanak added inline comments.

================
Comment at: lib/Parse/ParseExprCXX.cpp:951
           Init = ParseInitializer();
+          Init = Actions.CorrectDelayedTyposInExpr(Init.get());
 
----------------
mehdi_amini wrote:
> What happens when there is no typo correction to apply?
If there are no typos, it just returns the same Expr. If there are typos but no 
corrections can be applied, it returns ExprError.


https://reviews.llvm.org/D25206



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to