summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script/TestCommandScript.py
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-09-06 21:25:51 +0000
committerDaniel Jasper <djasper@google.com>2013-09-06 21:25:51 +0000
commitb4b99987137211773051c6f2524eaad75797bb1d (patch)
tree351dccbded3db0b5e15717cb18bccaf1ec4a0142 /lldb/test/functionalities/command_script/TestCommandScript.py
parente934af8e5876ed1fac4015f720c05538d93ab1f7 (diff)
downloadbcm5719-llvm-b4b99987137211773051c6f2524eaad75797bb1d.tar.gz
bcm5719-llvm-b4b99987137211773051c6f2524eaad75797bb1d.zip
clang-format: Don't confuse operator[] with lambdas.
Before: double &operator[](int i) { return 0; } int i; After: double &operator[](int i) { return 0; } int i; This fixes llvm.org/PR17134. llvm-svn: 190207
Diffstat (limited to 'lldb/test/functionalities/command_script/TestCommandScript.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud