diff options
author | Reid Kleckner <rnk@google.com> | 2016-02-10 19:25:51 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-02-10 19:25:51 +0000 |
commit | cf5414ee11825f2dcc2916fd615fc070b47f7851 (patch) | |
tree | d2ee532d92ebb2de48994499efe5ff691016cd09 /lldb/packages/Python/lldbsuite/test | |
parent | 0a4f3f43731963534366592f7a9f29566a055716 (diff) | |
download | bcm5719-llvm-cf5414ee11825f2dcc2916fd615fc070b47f7851.tar.gz bcm5719-llvm-cf5414ee11825f2dcc2916fd615fc070b47f7851.zip |
Disable MSVC 2015's warning about zero extending after ~ and others
Very often in LLVM we have APIs that take a bitwidth and a uint64_t that
we pass immediates such as ~0U to. Consider APInt, Constant, and
MachineInstrBuilder::addImm. Fixing all uses of these APIs to manually
extend their arguments to uint64_t doesn't seem worth it.
llvm-svn: 260416
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions