aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/wchar_limits.cpp
AgeCommit message (Expand)Author
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-09-20Remove __WCHAR_UNSIGNED__ and anything that used it.Eric Christopher
2011-09-08Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99Eric Christopher
2011-07-22Use -ffreestanding with clang_cc1 to make the test picks the clang builtin in...Francois Pichet
2011-07-22Fix test on MSVC: since the test includes a system header it cannot use clang...Francois Pichet
2011-07-21Add a missing test for the limits on wcharSean Hunt