diff options
author | Daniel Jasper <djasper@google.com> | 2016-06-08 08:23:46 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-06-08 08:23:46 +0000 |
commit | 2b4d6eae395103b34fe8c9eaf68017a79b72e88b (patch) | |
tree | 2271d05adc8adda35ed1f249950f1b2fc9bcb4ee /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | c4ae8537cf5302a231f75174313a647f8f9dd5c6 (diff) | |
download | bcm5719-llvm-2b4d6eae395103b34fe8c9eaf68017a79b72e88b.tar.gz bcm5719-llvm-2b4d6eae395103b34fe8c9eaf68017a79b72e88b.zip |
clang-format: Fix bug in function ref qualifier identification.
.. and simplify it.
Before:
void A::f()&& {}
void f() && {}
After:
void A::f() && {}
void f() && {}
llvm-svn: 272124
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions