diff options
author | Francois Pichet <pichet2000@gmail.com> | 2011-05-11 22:13:54 +0000 |
---|---|---|
committer | Francois Pichet <pichet2000@gmail.com> | 2011-05-11 22:13:54 +0000 |
commit | 30aff5b794599fac45cd8716412caf32f29ccb7e (patch) | |
tree | 317e3f382fcee3294a335d09ba41cce53085ad22 /lib/Sema/SemaLookup.cpp | |
parent | 225c5dda5a9c85b7bee5d955875e239f70924f74 (diff) |
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;
}
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131201 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaLookup.cpp')
0 files changed, 0 insertions, 0 deletions