summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains
diff options
context:
space:
mode:
authorAlexander Shaposhnikov <shal1t712@gmail.com>2017-07-14 17:30:14 +0000
committerAlexander Shaposhnikov <shal1t712@gmail.com>2017-07-14 17:30:14 +0000
commitb7f2af9f4a2f07a8a38a7fe410bd96b9dbb4f848 (patch)
tree78c9e2dd15865dd5bf08708e2f225c3094414de9 /lib/Driver/ToolChains
parentd1edbeaecf0fb8033ab9b0198e8a3eef8fe7d4f3 (diff)
[clang] Add getSignedSizeType method
C11 standard refers to the signed counterpart of the type size_t in the paragraph 7.21.6.1 where it defines d, i, o, u, x, or x conversion specifiers (in printf format string). In Clang there is a FIXME (in lib/Analysis/PrintfFormatString.cpp) for this case (which is not handled correctly at the moment). This diff adds getSignedSizeType method to TargetInfo and exposes it in ASTContext similarly to how it is done for getSizeType. lib/Analysis/PrintfFormatString.cpp will be changed in a separate commit. Differential revision: https://reviews.llvm.org/D35378 Test plan: make check-all git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/ToolChains')
0 files changed, 0 insertions, 0 deletions