summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2018-04-10 01:11:26 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2018-04-10 01:11:26 +0000
commit37b1dd62bb253ac74de840781c2c68a57edffe50 (patch)
tree6eaf995fc725a00b356a794436ce17467ec41d4d /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
parent6c05a3bb718d562859dcb164fe1a85756da12e8f (diff)
downloadbcm5719-llvm-37b1dd62bb253ac74de840781c2c68a57edffe50.tar.gz
bcm5719-llvm-37b1dd62bb253ac74de840781c2c68a57edffe50.zip
[AST] Attempt to fix buildbot warnings + appease MSVC; NFCI
GCC 4.8.4 on a bot was warning about `ArgPassingKind` not fitting in `ArgPassingRestrictions`, which appears to be incorrect, since `ArgPassingKind` only has three potential values: "warning: 'clang::RecordDecl::ArgPassingRestrictions' is too small to hold all values of 'enum clang::RecordDecl::ArgPassingKind'" Additionally, I remember hearing (though my knowledge may be outdated) that MSVC won't merge adjacent bitfields if their types are different. Try to fix both issues by turning these into `uint8_t`s. llvm-svn: 329652
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud