summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2018-11-19 19:07:03 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2018-11-19 19:07:03 +0000
commitf28480321314674bbcf3481320d4d9920b1a9d62 (patch)
tree36b0cfadddcf84cda26ee118de2431d3781d86cf /lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias
parent9ad5717fcc19558342dde9af72204570c7ea3ad1 (diff)
downloadbcm5719-llvm-f28480321314674bbcf3481320d4d9920b1a9d62.tar.gz
bcm5719-llvm-f28480321314674bbcf3481320d4d9920b1a9d62.zip
[IR] DISubprogram::toSPFlags(): fix "enumeral and non-enumeral type in conditional expression"
/build/llvm/include/llvm/IR/DebugInfoMetadata.h: In static member function ‘static llvm::DISubprogram::DISPFlags llvm::DISubprogram::toSPFlags(bool, bool, bool, unsigned int)’: /build/llvm/include/llvm/IR/DebugInfoMetadata.h:1636:50: warning: enumeral and non-enumeral type in conditional expression [-Wextra] (IsLocalToUnit ? SPFlagLocalToUnit : 0) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /build/llvm/include/llvm/IR/DebugInfoMetadata.h:1637:49: warning: enumeral and non-enumeral type in conditional expression [-Wextra] (IsDefinition ? SPFlagDefinition : 0) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /build/llvm/include/llvm/IR/DebugInfoMetadata.h:1638:48: warning: enumeral and non-enumeral type in conditional expression [-Wextra] (IsOptimized ? SPFlagOptimized : 0)); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ llvm-svn: 347250
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script_alias')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud