summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/woa-defaults.c
Commit message (Collapse)AuthorAgeFilesLines
* Basic: correct `__WINT_TYPE__` on WindowsSaleem Abdulrasool2018-09-191-1/+1
| | | | | | | | | 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
* Basic: fix `__INTPTR_TYPE__` for Windows ARMSaleem Abdulrasool2017-10-171-0/+5
| | | | | | | The `IntPtrType` for Windows ARM should be `int` as per MSVC. Adjust the type accordingly. llvm-svn: 316042
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-041-0/+33
This introduces the definitions needed for the Windows on ARM target. Add target definitions for both the MSVC environment and the MSVC + Itanium C++ ABI environment. The Visual Studio definitions correspond to the definitions provided by Visual Studio 2012. llvm-svn: 205650
OpenPOWER on IntegriCloud