diff options
author | Hans Wennborg <hans@chromium.org> | 2019-12-03 08:56:51 +0100 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2019-12-03 08:56:53 +0100 |
commit | 8e7f60e942ff009de742e20e10ebc09dcdecd5a2 (patch) | |
tree | 39a22458e8938a3684e906e2c2affb8d7dacb426 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 039664db87d255570854ade5241bf53b8ce3b5a9 (diff) | |
download | bcm5719-llvm-8e7f60e942ff009de742e20e10ebc09dcdecd5a2.tar.gz bcm5719-llvm-8e7f60e942ff009de742e20e10ebc09dcdecd5a2.zip |
AvoidBindCheck.cpp: Fix GCC 5.3 build errors
It was failing with:
clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp:61:29:
error: declaration of ‘clang::tidy::modernize::{anonymous}::CaptureMode clang::tidy::modernize::{anonymous}::BindArgument::CaptureMode’ [-fpermissive]
CaptureMode CaptureMode = CM_None;
^
clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp:38:6:
error: changes meaning of ‘CaptureMode’ from ‘enum clang::tidy::modernize::{anonymous}::CaptureMode’ [-fpermissive]
enum CaptureMode { CM_None, CM_ByRef, CM_ByValue, CM_InitExpression };
^
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions