diff options
| author | Daniel Jasper <djasper@google.com> | 2013-09-06 21:25:51 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2013-09-06 21:25:51 +0000 |
| commit | b4b99987137211773051c6f2524eaad75797bb1d (patch) | |
| tree | 351dccbded3db0b5e15717cb18bccaf1ec4a0142 /lldb/test/functionalities/command_script/TestCommandScript.py | |
| parent | e934af8e5876ed1fac4015f720c05538d93ab1f7 (diff) | |
| download | bcm5719-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

