In Microsoft mode, allow conversion from pointer to integral type no matter...
In Microsoft mode, allow conversion from pointer to integral type no matter what size the integral type is. Necessary to parse MFC code. Example: void f(char *ptr) { char var = (char)ptr; } llvm-svn: 131201
Loading
Please register or sign in to comment