Files
clang-p2996/clang/test/Preprocessor/woa-defaults.c
Saleem Abdulrasool 6183c6316d Basic: correct __WINT_TYPE__ on Windows
Windows uses `unsigned short` for `wint_t`.  Correct the type definition as
vended by the compiler.  This type is defined in corecrt.h and is
unconditionally typedef'ed.  cl does not have an equivalent to `__WINT_TYPE__`
which is why this was never detected.

llvm-svn: 342557
2018-09-19 16:18:55 +00:00

1.3 KiB