arphaman added inline comments.
================
Comment at: clang/test/SemaCXX/typo-correction-delayed.cpp:146
+ // expected-error@+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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits