aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/wchar_limits.cpp
AgeCommit message (Collapse)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs
VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166280 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-20Remove __WCHAR_UNSIGNED__ and anything that used it.Eric Christopher
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140155 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-08Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99Eric Christopher
these should be in stdint.h - and they already are. Fixes rdar://10097036. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139332 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-22Use -ffreestanding with clang_cc1 to make the test picks the clang builtin ↵Francois Pichet
include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135766 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-22Fix test on MSVC: since the test includes a system header it cannot use ↵Francois Pichet
clang_cc1. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135763 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-21Add a missing test for the limits on wcharSean Hunt
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135708 91177308-0d34-0410-b5e6-96231b3b80d8