]> granicus.if.org Git - clang/commit
Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test them both...
authorJames Molloy <james.molloy@arm.com>
Fri, 4 May 2012 11:23:40 +0000 (11:23 +0000)
committerJames Molloy <james.molloy@arm.com>
Fri, 4 May 2012 11:23:40 +0000 (11:23 +0000)
commita30d8600b9b52922a92a90b30993564ba257537a
tree47156886647d4e482c33bd4461d1a2b7799473f3
parent392da48160bd92ceb486792780467cbfdb2d0e8c
Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test them both for ARM and X86.

Use this to fully fix Sema/format-strings.c for non-x86 platforms.

Reviewed by Chandler on IRC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156169 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitPreprocessor.cpp
test/Lexer/wchar-signedness.c [new file with mode: 0644]
test/Sema/format-strings.c