diff options
author | Daniel Jasper <djasper@google.com> | 2015-10-07 01:41:14 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-10-07 01:41:14 +0000 |
commit | 0ea4d799e3f196733f69712dfd83129dbd5fabd5 (patch) | |
tree | 57856c8bf74e0536c5d3df565a648a8acbb25f42 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 10e6a61892f877a51034abf283deaa8c488779d0 (diff) | |
download | llvm-0ea4d799e3f196733f69712dfd83129dbd5fabd5.zip llvm-0ea4d799e3f196733f69712dfd83129dbd5fabd5.tar.gz llvm-0ea4d799e3f196733f69712dfd83129dbd5fabd5.tar.bz2 |
clang-format: Fix false positive in pointer/reference detection.
Before:
return options != nullptr &&operator==(*options);
After:
return options != nullptr && operator==(*options);
llvm-svn: 249501
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions