Skip to content
Commit b796b632 authored by Francois Pichet's avatar Francois Pichet
Browse files

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
parent 2a9dbbbb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment