aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2016-01-11 17:22:01 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2016-01-11 17:22:01 +0000
commitf5c136186f4f6b1c3b2bb4b2e7a57496592a0117 (patch)
treef557cfce16e5751dc29dc8c6f9ab6675efd4b7d4 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
parent7af056280840836a661b1ab000ed41d5ab121d8f (diff)
downloadllvm-f5c136186f4f6b1c3b2bb4b2e7a57496592a0117.zip
llvm-f5c136186f4f6b1c3b2bb4b2e7a57496592a0117.tar.gz
llvm-f5c136186f4f6b1c3b2bb4b2e7a57496592a0117.tar.bz2
[Sema] Issue a warning for integer overflow in struct initializer
Clang wasn't issuing a warning when compiling the following code: struct s { unsigned x; } s = { .x = 4 * 1024 * 1024 * 1024 }; rdar://problem/23399683 Differential Revision: http://reviews.llvm.org/D15097 llvm-svn: 257357
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions